Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sjmulholland

    SQLBase ODBC and .NET Insert statement problem.

    A potential problem with the sql is you are renerating insert into a(b,c) values (henry,john) where as you want the statment to read insert into a(a,b) values('henry',john') so may be your statement would be cmd= "insert into a (a,b) values...

Part and Inventory Search

Back
Top