Click here to Skip to main content
15,896,269 members

Comments by Wes101 (Top 16 by date)

Wes101 25-Sep-14 9:31am View    
the program has to get data and then display it on multiple pcs, so i thought about having a database on phpmyadmin that the program can access, if there is another way please advise me, i would tell it to get its info from a access database but since its opening from multiple computers im not sure if that will work if the access file gets updated
Wes101 19-Oct-12 7:10am View    
but im not using select in my query, my query is as follows
<pre>INSERT INTO audit (member_id, date_time, table_name, field, old_value, new_value) VALUES (@member_id, @date_time, @table_name, @field, @old_value, @new_value)</pre>
Wes101 18-Oct-12 7:04am View    
thanks for the help people after resetting my IIS and all that and then changing the keyword my query finally works thanks alot
Wes101 18-Oct-12 6:45am View    
still throwing me the same exception
Wes101 15-Oct-12 2:44am View    
Thanks alot it worked