View Single Post
  #1 (permalink)  
Old September 17th, 2003, 08:59 AM
machiavelli machiavelli is offline
Registered User
 
Join Date: Sep 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Professional VB 6; The 2003....Code errors

The code in contact.sql has errors. The script creates tables with the ID columns being of data type int but the stored procedures that access these tables uses uniqueidentifier data types to check against values in the ID columns. What gives or am i missing something?

The code does not execute completely.

Reply With Quote