Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
How to use a variable to assign SQL field
Old 07-18-2007, 08:01 PM How to use a variable to assign SQL field
webgrrl's Avatar
Skilled Talker

Posts: 74
Trades: 0
There is prolly a simple answer to this, but it is driving me crazy...

After I've done a successful query of the SQL db, I want to put the results into variables so that they are easier to use. This is the way I normally do this (which is working):
varBookTitle = objRSBooks("Title")
Instead, I want to use a variable to specify the fieldname, which is being passed from user input; it would be something like this, but the syntax is wrong:
varBookTitle = objRSBooks(" & varMYFIELDCHOICE & ")
Does anyone know the exact syntax? I have tied so many things....

Thanks,
WebGrrl
webgrrl is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-19-2007, 04:18 AM Re: How to use a variable to assign SQL field
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
varBookTitle = objRSBooks(varMYFIELDCHOICE)
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 07-19-2007, 01:26 PM Re: How to use a variable to assign SQL field
webgrrl's Avatar
Skilled Talker

Posts: 74
Trades: 0
Awesome, that works like a charm

Thanks,
WebGrrl
webgrrl is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How to use a variable to assign SQL field
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.18970 seconds with 12 queries