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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB application used for Access 2000 and SQL Server

Status
Not open for further replies.

ndalli

Programmer
Joined
Nov 6, 1999
Messages
76
Location
MT
Hi,

I am currently developing a VB application which connects to Access 2000. The intention is that in the future I will be able to connect to the SQL Server.

I was under the impression that since I am using SQL statements in my code, there should not be any problems.

In my code I am using the function 'CDATE()' which apparently is not accepted by the SQL Server.

Can anybody please tell me how I can code my application in a way that requires little (or better, no) modifications, when I use the SQL Server engine?

Thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top