Forum Moderators: open
forexample I used to be able to query a varchar object with a number. But now it is erroring and telling me that the type is wrong.... It is the exact same code but one is quering the server from NT4 and the other is Server 2003.
EDIT: I think i better give and example too
This will work from the NT server
insert into division (type,updateby,createdate,moddate) VALUES ('test','191','25/2/2004','25/2/2004')
But only this will work from the 2003 server
insert into division (type,updateby,createdate,moddate) VALUES ('test','191',25/2/2004,25/2/2004)