What is the GUID data type in MS access 2003? I need it to create SQL statements to SQL db. Thanks.
T Tom Perkins Indy Jan 25, 2006 #1 What is the GUID data type in MS access 2003? I need it to create SQL statements to SQL db. Thanks.
A Allen Browne Jan 25, 2006 #2 You can use: - GUID in a DDL query statement; - dbGUID in DAO code; - adGUID in ADOX code. For a reference on the various names for the standard JET field types, see: Field type names at: http://allenbrowne.com/ser-49.html
You can use: - GUID in a DDL query statement; - dbGUID in DAO code; - adGUID in ADOX code. For a reference on the various names for the standard JET field types, see: Field type names at: http://allenbrowne.com/ser-49.html
S sujian Mar 24, 2006 #3 oh ,I see! thinks!! Allen Browne said: You can use: - GUID in a DDL query statement; - dbGUID in DAO code; - adGUID in ADOX code. For a reference on the various names for the standard JET field types, see: Field type names at: http://allenbrowne.com/ser-49.html Click to expand...
oh ,I see! thinks!! Allen Browne said: You can use: - GUID in a DDL query statement; - dbGUID in DAO code; - adGUID in ADOX code. For a reference on the various names for the standard JET field types, see: Field type names at: http://allenbrowne.com/ser-49.html Click to expand...