Click here to Skip to main content
16,011,508 members
Home / Discussions / Database
   

Database

 
GeneralRe: Using Sql Server 2000 on Windows XP Professional Pin
Rocky#10-Sep-06 2:53
Rocky#10-Sep-06 2:53 
GeneralRe: Using Sql Server 2000 on Windows XP Professional Pin
Mike Dimmick10-Sep-06 6:07
Mike Dimmick10-Sep-06 6:07 
GeneralRe: Using Sql Server 2000 on Windows XP Professional Pin
Rocky#10-Sep-06 20:42
Rocky#10-Sep-06 20:42 
GeneralRe: Using Sql Server 2000 on Windows XP Professional Pin
Rocky#12-Sep-06 20:26
Rocky#12-Sep-06 20:26 
QuestionRestore SQL Server UNC Pin
oskardiazdeleon8-Sep-06 14:43
oskardiazdeleon8-Sep-06 14:43 
AnswerRe: Restore SQL Server UNC Pin
Colin Angus Mackay10-Sep-06 9:38
Colin Angus Mackay10-Sep-06 9:38 
QuestionConverting JET to SQL Database Pin
Nick C.8-Sep-06 7:44
Nick C.8-Sep-06 7:44 
AnswerRe: Converting JET to SQL Database Pin
Stephen McGuire8-Sep-06 9:06
Stephen McGuire8-Sep-06 9:06 
I imagine most (if not all) of the SQL in the VB6 app will work just as well with no change on a MS SQL backend.

Of course, you will need a new connection string.
The OleDb adapters, readers etc should work with MS SQL too. Though you will probably want to change them to SQLAdapters etc.
Some saved queries (Access/JET) will need to be converted to MS SQL stored procedures, functions etc.
May want to look through the code for any Access/JET automation code that may be used to do things like show reports etc.

Other than that, I'd be interested to know what you found myself!

Steve
Questionfew queries in Stored procedures Pin
ParagGupta8-Sep-06 4:57
ParagGupta8-Sep-06 4:57 
AnswerRe: few queries in Stored procedures Pin
Stephen McGuire8-Sep-06 9:12
Stephen McGuire8-Sep-06 9:12 
GeneralRe: few queries in Stored procedures Pin
Stephen McGuire10-Sep-06 16:18
Stephen McGuire10-Sep-06 16:18 
AnswerRe: few queries in Stored procedures Pin
Colin Angus Mackay10-Sep-06 9:34
Colin Angus Mackay10-Sep-06 9:34 
AnswerRe: few queries in Stored procedures Pin
Uma Kameswari10-Sep-06 20:49
Uma Kameswari10-Sep-06 20:49 
AnswerRe: few queries in Stored procedures Pin
Amit Kumar G12-Sep-06 16:35
Amit Kumar G12-Sep-06 16:35 
QuestionHow can I set the output format of "FOR XML"? Pin
Red_Wizard_Shot_The_Food8-Sep-06 2:56
Red_Wizard_Shot_The_Food8-Sep-06 2:56 
AnswerRe: How can I set the output format of "FOR XML"? Pin
Tushar Kothari11-Sep-06 3:51
Tushar Kothari11-Sep-06 3:51 
QuestionHow to install the Postgre SQL using Silent Mode in Windows 2000? Pin
Arul Joseph8-Sep-06 0:52
Arul Joseph8-Sep-06 0:52 
Questionxp_smtp_sendmail/xpsmtp80.dll Pin
Arghya_mp7-Sep-06 23:55
Arghya_mp7-Sep-06 23:55 
QuestionRegarding Cursor Pin
param thaker7-Sep-06 23:05
param thaker7-Sep-06 23:05 
AnswerRe: Regarding Cursor Pin
Stephen McGuire8-Sep-06 9:23
Stephen McGuire8-Sep-06 9:23 
QuestionDatabase for Java [modified] Pin
eMtek7-Sep-06 20:33
eMtek7-Sep-06 20:33 
AnswerRe: Database for Java Pin
Dominic Pettifer8-Sep-06 2:36
Dominic Pettifer8-Sep-06 2:36 
QuestionParameterized Queries in the SELECT portion? Pin
Dominic Pettifer7-Sep-06 13:51
Dominic Pettifer7-Sep-06 13:51 
AnswerRe: Parameterized Queries in the SELECT portion? Pin
Not Active7-Sep-06 18:53
mentorNot Active7-Sep-06 18:53 
GeneralRe: Parameterized Queries in the SELECT portion? Pin
Dominic Pettifer8-Sep-06 2:31
Dominic Pettifer8-Sep-06 2:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.