I need help on some mysql stuff.
1) How do I connect to a mysql db with ASP
2) Is this correct mySQL I use MS-SQL on my computer with PWS and that stuff but I want to make some live stuff so is this right.
insert updates
(username, posted_date, post_subject, post_body, user_email)
values('MrSaturn', current_timestamp, 'Subject', 'body', 'email')
where greg_ebmdb.dbo.user_list.user_alias = 'MrSaturn' and users.user_pwd = 'randompassword'
Thanks. Thats it... For now
1) How do I connect to a mysql db with ASP
2) Is this correct mySQL I use MS-SQL on my computer with PWS and that stuff but I want to make some live stuff so is this right.
insert updates
(username, posted_date, post_subject, post_body, user_email)
values('MrSaturn', current_timestamp, 'Subject', 'body', 'email')
where greg_ebmdb.dbo.user_list.user_alias = 'MrSaturn' and users.user_pwd = 'randompassword'
Thanks. Thats it... For now