Ask a Question related to Dreamweaver AppDev, Design and Development.
-
funkster #1
Command Update variables
Hi,
After some great help from people on this forum I have nearly sorted
collecting my callback from WorldPay.
I am using Command Update which works a treat, apart from the fact that it
will only accept variables which are numbers, which is strange because the
fields in the table I'm inserting into are definitely text fields. Am I
supposed to specify the type of data in my Command Update query?
Thanks, Mark.
funkster Guest
-
Datagrid Update Command
Any help PLEASE! I have a datagrid on a aspx page. The editcommand and cancelcommand work as explected however my updatecommand is not. My... -
update stage command
Could someone please tell me what the "update stage" command is for in director MX? when do I need to use this? thanks, Jason Rogers -
[PHP] PHP CGI mode and command line variables
--- CDitty <mail@redhotsweeps.com> wrote: You have to read them in. I think you can just loop through $argv, so something like this will show you... -
PHP CGI mode and command line variables
I have written a script that runs fine when I run it via the command line. However, when I tack on variables to the command line, I get an error. ... -
[PHP] Help with UPDATE command...
Hi Tony, This is only supported in versions 4 and above - if you're using 3.23 you can get away with LIMIT in your update queries, but not... -
Julian Roberts #2
Re: Command Update variables
You update SQL would be something like
update myTable set myField='myVar'
--
Jules
[url]http://www.charon.co.uk/charoncart[/url]
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004
Julian Roberts Guest
-
funkster #3
Re: Command Update variables
This is my statement:-
INSERT INTO table1 (item1)
VALUES (varValue1)
and my variables:-
Name: varValue1
Run-time value: Request.Form("item1")
If the variable passed from the form is a number it works fine, if it is A-Z
it says:-
Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
/callback.asp, line 30
(line 30 is the Execute() line)
btw the field in the access table is a text field
funkster Guest



Reply With Quote

