Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
180 views

What is the best driver for mysql to connect?

I think quesiton is clear. I'm programming with C# and using MySQLDriverCS to connect MySQL. But I'm having issues about speed. Which drivers are you using to connect MySQL? MySQLDriverCS is the best ...
2
votes
1answer
122 views

How to connect MS Access to hosted SQL database?

How to create ODBC or DSN file for connection so that Access Linked Tables are pointing to hosted SQL Tables?
2
votes
2answers
694 views

ODBC SQL Server driver error

I have a VB6 app that access's a database thru a ODBC Connection. It will run fine for a few hours then I get the following Error. Any Ideas? [Microsoft][ODBC SQL Server ...
1
vote
1answer
1k views

Can't connect to MSSQL using PHP on IIS

I'm looking for solution for 2 days already. I'm getting following effect: array(2) { [0] => array(6) { [0] => string(5) "IMSSP" ["SQLSTATE"] => string(5) "IMSSP" [1] => ...
1
vote
1answer
364 views

Options for best MS Access ADO to SQL Server Connection Performance

What provider and driver offer the best performance when connection to SQL Server using ADO? I'm connecting MS Access 2007 to SQL Server 2008. Provider Options: OLE DB provider for ODBC ...
1
vote
1answer
388 views

VB.NET DataSet not working with view with linked SQL Server

I am in DataGrid hell right now but that's another post. Anyway, I wrote a view with a union query in SQL Server that grabs data from a linked SQL server. Anytime I try to add this object as a ...
0
votes
1answer
220 views

MSSQL login authentication problems with ODBC connection and R stats package

I am trying to connect an ODBC source to the R statistical package but having log in problems. I have set up the ODBC name eplR with an SQL server driver linking to the (local) server using windows ...
0
votes
1answer
175 views

Dynamic sql query from MS SQL to MySQL

I have 2 dbs one on MS SQL and another on Mysql. I have written some sql scriots which fetch data from Mysql and insert into MS SQL. To do this I have set up device driver connection and linked server ...
0
votes
1answer
2k views

Compatibility of SQL server native client 10.0 with Windows XP

Is the driver "SQL server native client 10.0" compatible with Windows XP? Thanks
0
votes
1answer
450 views

ODBC: SQL Server 2008 Driver for MS Access

I usually make applications with the front end in Access 2003 - 2007 and the back-end on SQL Server 2008. When I create an ODBC to link the tables in access I have two choices in the ODBC Data Source ...
0
votes
1answer
647 views

Lost connection to MySQL server in Windows XP while adding Data Source - ODBC

When I am trying to connect to the localhost, there is no problem. But when I am connecting to my server, I am getting this error. [08S01][MySQL][ODBC 5.1 Driver] Lost connection to MySQL server at ...
0
votes
3answers
793 views

Php/ODBC encoding problem

I use ODBC to connect to SQL Server from PHP. In PHP I read some string (nvarchar column) data from SQL Server and then want to insert it to mysql database. When I try to insert such value to mysql ...
0
votes
2answers
206 views

ODBC data transfer to SQL server

How does the ODBC driver transfer data between an application to MSSQL Server 2005? Is it serialized? I'm trying to send data between SQL Server 2005 & MS Dynamics 4.0 but I suspect my data is ...
0
votes
1answer
112 views

Error on Save a changed row if the change was in a field of type 'Memo'

We have a Access-db with linked (odbc) tables on an sql-server. Some times there is a rare problem with one column of a particular row: no more changes in the field of type memo are possible. Changes ...
0
votes
1answer
490 views

sql server 2008: bcp_sendrow, issue: invalid time format

I'm having a problem "Invalid time format" when I try to use bcp functions(bcp_sendrow/bind etc.) to insert into a table having a datetime column. so as per googled examples, I populated a DBDATETIME ...
0
votes
3answers
16k views

Configuring SQL Native Client ODBC on the client computer?

We have an application where our clients are connecting to a SQL Server 2005 database - via a SQL Native Client ODBC data source. We are having some difficulties with the ODBC connection getting ...
0
votes
1answer
1k views

Unknown token received from SQL Server

I got this error when trying to run a query in SQL server query analyzer. What is the reason?