Quote:
|
quote: I have designed the program not to load up until a connection with the database has been established. The program loads up fine but gives me an odbc error that "cannot convert nvarchar to smalldatetime" (SQL 7) and most of the controls don't work.
|
Well, this remind me of a similar problem with I had. This could be cause by difference in the Regional Options (Regional Parameters on Win98) between the Win98 and WindowsNT. If they are different, put the same setting on your WindowsNT.
And other thing that you should check. Does your program refer to MDAC 2.6? Just remember that XP come with MDAC 2.7. If you refer to MDAC 2.7, you could recompile your program with MDAC 2.6 or install MDAC 2.7 on the WindowsNT computer.
If you still have the problem after that, it would help if you post the code that is giving you the ODBC error.
Stéphane Lajoie