i am trying to add data to mysql from excel. i am getting the above error on this line: rs.Open strSQL, oConn, adOpenDynamic, adLockOptimistic
We have an ODBC pool running on a NonStop server. The pool is connected to SQL/MX. This pool is used by a few external Java applications, each of which has an JDBC pool connected to ODBC pool (e.g. 1
I have the following sequence of code calls: SQLPrepare SQLExecute(hstmt, SQL_CLOSE); SQLFreeStmt //It works till here
I am using SQL server and ODBC in visual c++ for writing to the database. Currently i am using parameter binding in SQL queries ( as i fill the 开发者_如何学Godatabase with only 5 - 6 queries and same
I can\'t see any of my schemas when I try to use Eclipse data source explorer. It\'s not a problem with JDBC connection bec开发者_Python百科ause I can connect and execute SQL statements. It\'s just th
I`m having problems between two开发者_如何学Go servers, wich use differente odbc dsn. My apps work great but crystal reports uses the original odbc connection, how can I fix this?
i have: With rs .AddNew \' create a new record \' add values to each field in the record .Fields(\"datapath\") = dpath
i am connecting to a mysql database through excel using odbc what does this line do? Set rs = oConn.Execute(\"SELECT @@identity\", , adCmdText)
I\'m currently using ODBC to connect to my MySQL database, using C#. I\'ve been told that using the MySql Connector would be better, and faster, and not dependent on Windows.Can someone shed some ligh