Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Primary Key
Name: babbage00 Date: August 4, 2006 at 11:52:05 Pacific OS: xp CPU/Ram: 900/328
Comment:
Is there a method to make my table generate autonumbers as the primary key starting at a number other than one?
Example: first record would be job # 19303 and then it would increment from there?
Summary: If the goal is to have all the data in one table, and your Customer Name is all one field (not recommended, but okay for now), make that the Primary Key. Then, create a relationship between that Cust...
Summary: Can someone tell me why the following is not working? $query = file_get_contents("import_data.sql"); echo ($query); $result=mysql_query($query); import_data.sql contains the mySql commands to ad...
Summary: Hi, in my Microsoft Access database, I have two tables 'Companies' and Employees' with One2Many ralationship. Each company has link to many employee records. A 'Listbox' in my Company's form runs a qu...