in reply to Re: yesterday I posted this and you all aksed for more info so ........
in thread SQL unique IDs and Sessions (was: yesterday I posted this and you all aksed for more info so ........)
btw, here are some MS Acces SQL related links i dug up when I was messing with it 2 months ago:CREATE TABLE sessions ( SESSION_ID bigint(20) NOT NULL auto_increment, SESSION_DATE datetime, FILE_ARCHIVE varchar (25), constraint pk_session PRIMARY KEY (session_id) ); or to be MS Access Specific CREATE TABLE sessions ( SESSION_ID bigint(20) NOT NULL AutoNumber, SESSION_DATE datetime, FILE_ARCHIVE varchar (25), constraint pk_session PRIMARY KEY (session_id) );
and some article titles you should google, cause i just saved them to my hd, and don't have the links:
Advanced Microsoft Jet SQL for Access 2000.html Fundamental Microsoft Jet SQL for Access 2000.html Intermediate Microsoft Jet SQL for Access 2000.html Tips and Tricks for Access 2000.html Fundamentals of Relational Database Design.html A Simple Guide to Five Normal Forms in Relational Database Theory.html
___crazyinsomniac_______________________________________
Disclaimer: Don't blame. It came from inside the void
perl -e "$q=$_;map({chr unpack qq;H*;,$_}split(q;;,q*H*));print;$q/$q;"
|
|---|