I am working on XP m\\c and right now I don\'t have sybase install. But My server has the sybase 12.5 (that much I only know). I am using web service to talk to that server. How can I call the data f
To create an ODBC connection in VBA, two things are required: Create a ODBC data source Add references in Excel
Followed the instructions on the Rails wiki and have had success connecting to SQL Server 2000 with TSQL -- both with DSN-less and DNS connections. I\'m running Mac OS X 10.6.3.
Sybase ODBC driver have an issue with the decimal data type. For example, when an application is trying to save in the database a decimal value occurs this error:
I\'m using Python to read and write SAS datasets, using pyodbc and the SAS O开发者_开发技巧DBC drivers.I can load the data perfectly well, but when I save the data, using something like:
I\'m trying to update a database field to the current time, but can\'t pass \"now()\".I get the following error:
i am uploading keywords into the DB. but i am getting the error java.sql.SQLException: [Microsoft][ODBC Excel Driver] The Microsoft Jet database engine cannot open the file \'(unknown)\'.It is alread
I have inherited a suite of .Net c# applications from a developer which talk to an Informix database on a unix server.
I\'m trying to automate a tedious problem.I get large Excel (.xls or .csv, whatever\'s more convenient) files with lists of people.I want to compare these against my MySQL database.*
i want to import data from MYOB through odbc connection i have successfully created the odbc connection and select queries are working fine.