Well, the issue is that the record id is an autonumbered field, so I don't have that information until the record is actually inserted.
I need to insert the record, then somehow get the auto-generated id of the record I just inserted returned to me.
Thanks!
T
Hi all,
I usually don't ask such general questions, but I'm having trouble finding anything useful on the web - so here goes.
I have a user control that inserts a record into an MSSQL database. After inserting the record, I need to insert a second record (into a different table). The second...
Ladies and Gents,
I am something of a VS.NET newbie, and I've been trying to navigate the labyrinth of the VS docs to no avail - so here's my question:
I have a routine that converts SqlCommand objects to DataSet objects, and I would like to write the text of the SQL query associated with the...
Rob,
Thanks for your reply - it was just what I needed to get my thinking on the right track. Using the query profiler, I determined that the parameters the sp was receiving were not the updated params, they were the original ones.
Yikes, I didn't realize the page was posting back before...
I have a form that is updating site information in a MS SQL database via an SQLCommand and a stored procedure. When I run the stored procedure from the server explorer, supplying the parameters myself, it works fine, so I know the sp is not the culprit. Any suggestions for how I might go about...
I can't say with certainty that what you're doing is wrong or won't work, but why not just add event handlers to the button instance rather than creating listener objects?
I'd try that and see if it works.
Hello all,
I'm attempting to put together a page indexing another page that has an extremely long list of links (350 or so).
Right now, I can obtain the document.links object and filter out the links I want, but I can't come up with a good way to obtain the actual linked text for each...
Well,
Good explanation, at least I now understand your problem.
I don't use ColdFusion (hiss), but I GUARANTEE you that you can do these things with a minimum of JavaScript. All of your data (keys and values -- for which I usually use a hashmap or similar data structure) should be in objects...
You know, I don't think this sort of state maintenance is possible in JavaScript without cookies.
Here are some basic tutorials and examples.
http://javascript.internet.com/cookies/
Good Luck,
T
You know, I was wondering about that technique, but how does the image get returned.. or does an image even get returned?
My formhandler page hits a servlet, which may be able to forward the request to an image url after processing.
Is that how it's done, lest I get a big red x?
Thanks for...
I think you need to explain your problem a bit better, and possibly post some code. I read your post several times, and I cannot figure out what the Chess Club, Soccer, Golf, have to do with the "structure" (which could also use some more explanation - what is it? an object you've...
For several somewhat unfortunate reasons, I've implemented a hit counter for a site of mine using an invisible iframe that does a form.submit to a server where the database resides. The problem is, the iframe screws up the navigability of the site by being referenced by the back button, which...
Hello all,
My question involves running users through an authentication
scheme and subsequently forwarding the request (or redirecting
the response).
The authentication routine is there to pick up some data about
the user IF they have the authentication client open (it's
a sort of side car...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.