I am binding a textbox to a dataset created with a SELECT command from SQLServer2000 linked server from FoxPro 2.6 Dos tables.
From a Date type field I get in the text box "01/01/2003 00:00:00" can the time portion be removed before binding takes place.
Many thanks
I need to run UPDATE commands in a stored procedure to a linked server connected to a legacy database, no probs with SELECT commands but am in a mess with UPDATE and INSERT
SELECT code as follows
SET @SQL = 'SELECT * FROM OPENQUERY(myServer,"
SELECT '+''+@Fields+''+'
FROM Department
WHERE...
I am trying to access FoxPro 2.6 tables and have created a linked server with a System.DSN ODBC driver as the data source, and the correct FoxPro tables are listed in mySQLServer.myLinkedServer.Tables node.
In a VB.NET app Using OleDb Connection and Command objects I can view the 'pubs' tables...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.