Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Sanjay #1
ASP/VBS Using Command to Insert/Update/Delete
Hi,
I would just like to know when/why etc would you command and if there any
penalties in using the command.
Thanks,
Sanjay
Sanjay Guest
-
I need a View, Insert, Update, Delete paradigm for usingflash forms
Flash forms are the greatest. But I'm struggling with a usable paradigm for handling all database functions with them. Most notably, since I can't... -
How to know if UPDATE, INSERT or DELETE succeed
Hi, Suppose that, "Set Rs = cmd.Execute" perform a DELETE command. How can'I check if the command succeed without to requery the table seeking... -
SQL Update, Insert and Delete
Why do I get the message "Operation must use an updateable query" on an Update, Insert and Delete. Mind you the site worked fine before a recent... -
OOP page: Where to put update, insert, delete
I have a page that shows info from MySQL. It is for an online education site. It uses different classes arranged in a hierarchy. Each lesson is... -
Before update or delete trigger to insert ?
Hi, I need some help...I'm fairly new to triggers and am attempting to duplicate a trigger in DB2 that already works in SQL Server. The basics... -
Chris In Madison #2
Re: ASP/VBS Using Command to Insert/Update/Delete
The Command object is great when you need to send a query to the database or
need to execute a stored procedure and don't expect any data in return,
unlike the Recordset object which returns something even if there's no data
to return. Very efficient.
Best regards,
Chris
Chris In Madison Guest
-
Sanjay #3
Re: ASP/VBS Using Command to Insert/Update/Delete
Thanks Chris,
must start using this!
Regards,
Sanjay
"Chris In Madison" <cowens@cnwGOAWAYDIRTYRATSPAMMERS.com> wrote in message
news:d43u6v$c1o$1@forums.macromedia.com...or> The Command object is great when you need to send a query to the databasedata> need to execute a stored procedure and don't expect any data in return,
> unlike the Recordset object which returns something even if there's no> to return. Very efficient.
>
> Best regards,
> Chris
>
>
Sanjay Guest



Reply With Quote

