Switching from Pervasive to SQL
From: MDB (anonymous_at_discussions.microsoft.com)
Date: 09/04/04
- Next message: MDB: ".NET MSDE download"
- Previous message: Steve Clarkson: "Error: "Unable to build dialog module named...""
- Next in thread: news.microsoft.com: "Re: Switching from Pervasive to SQL"
- Reply: news.microsoft.com: "Re: Switching from Pervasive to SQL"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 4 Sep 2004 09:25:50 -0700
Hello,
I recently built a VB6 application that interfaces to a
Pervasive accounting database. The customer will be
upgrading their database engine from Pervasive 2000i to
the latest version of MS SQL. I'm using a System DSN to
connect to the Pervasive database. Once we upgrade, I'm
assuming I can just create a different DSN that points to
the new SQL database. Is there anything in the SQL syntax
that will change once we upgrade? For example: I use a
simple query to grab all customers from the database like:
SQL = "SELECT * FROM ARCUS"
Once we move to SQL, will this statement change in anyway?
Someone told me that I may need to append the database
name but he was not sure. Something like:
SQL = "SELECT * FROM DBNAME.ARCUS"
Any information would be greatly appreciated. thanks
- Next message: MDB: ".NET MSDE download"
- Previous message: Steve Clarkson: "Error: "Unable to build dialog module named...""
- Next in thread: news.microsoft.com: "Re: Switching from Pervasive to SQL"
- Reply: news.microsoft.com: "Re: Switching from Pervasive to SQL"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|