Forum: C++ Apr 17th, 2009 |
| Replies: 2 Views: 300 Hi Im writing this sorting program. A user can enter a First Name and Last name (10 for now). It stores them in a string. Then a user can enter 10 numbers. The program sorts the numbers and then... |
Forum: PHP Dec 5th, 2008 |
| Replies: 1 Views: 1,346 I need help with a dynamic drop down menu. I need when I select a make. the corresponding model load in the second drop down menu
<?php
$conn=odbc_connect("cisproject","" ,"");// database... |
Forum: Database Design Nov 28th, 2008 |
| Replies: 1 Views: 922 Hi
I am trying to insert data into 1 of my table and I get this error:
Microsoft Access can't append all the records in the append query.
Microsoft Access set 0 fields to Null due to type... |