Click here to Skip to main content
15,918,049 members
Home / Discussions / Database
   

Database

 
Generalbig problem Pin
WDI10-Jan-05 11:33
WDI10-Jan-05 11:33 
Generala very big problem Pin
WDI10-Jan-05 11:29
WDI10-Jan-05 11:29 
GeneralRe: a very big problem Pin
Colin Angus Mackay10-Jan-05 13:16
Colin Angus Mackay10-Jan-05 13:16 
GeneralExcelt and ADO .NET !!! made me cry now!!! Pin
fadee10-Jan-05 5:32
fadee10-Jan-05 5:32 
GeneralRe: Excelt and ADO .NET !!! made me cry now!!! Pin
Rob Graham10-Jan-05 13:53
Rob Graham10-Jan-05 13:53 
GeneralRe: Excelt and ADO .NET !!! made me cry now!!! Pin
fadee10-Jan-05 17:02
fadee10-Jan-05 17:02 
GeneralSQL Job Failed Pin
sayhigh9-Jan-05 16:09
sayhigh9-Jan-05 16:09 
GeneralProblem is.... Pin
KORCARI8-Jan-05 8:20
KORCARI8-Jan-05 8:20 
GeneralRe: Problem is.... Pin
mysorian9-Jan-05 3:35
professionalmysorian9-Jan-05 3:35 
QuestionHow can I... Pin
KORCARI7-Jan-05 13:33
KORCARI7-Jan-05 13:33 
AnswerRe: How can I... Pin
Roger Wright7-Jan-05 14:01
professionalRoger Wright7-Jan-05 14:01 
GeneralMy problem... Pin
KORCARI7-Jan-05 13:30
KORCARI7-Jan-05 13:30 
GeneralRe: My problem... Pin
Colin Angus Mackay8-Jan-05 6:59
Colin Angus Mackay8-Jan-05 6:59 
GeneralSQL Statement Problem Pin
Anonymous7-Jan-05 5:24
Anonymous7-Jan-05 5:24 
GeneralRe: SQL Statement Problem Pin
Mike Ellison7-Jan-05 5:33
Mike Ellison7-Jan-05 5:33 
GeneralRe: SQL Statement Problem Pin
Anonymous7-Jan-05 8:22
Anonymous7-Jan-05 8:22 
GeneralRe: SQL Statement Problem Pin
Mike Ellison7-Jan-05 9:14
Mike Ellison7-Jan-05 9:14 
GeneralRe: SQL Statement Problem Pin
Anonymous7-Jan-05 10:23
Anonymous7-Jan-05 10:23 
GeneralRe: SQL Statement Problem Pin
Colin Angus Mackay7-Jan-05 10:39
Colin Angus Mackay7-Jan-05 10:39 
GeneralRe: SQL Statement Problem Pin
Anonymous7-Jan-05 11:07
Anonymous7-Jan-05 11:07 
GeneralRe: SQL Statement Problem Pin
Colin Angus Mackay7-Jan-05 11:13
Colin Angus Mackay7-Jan-05 11:13 
GeneralRe: SQL Statement Problem Pin
Colin Angus Mackay7-Jan-05 10:42
Colin Angus Mackay7-Jan-05 10:42 
GeneralRe: SQL Statement Problem Pin
David Salter7-Jan-05 5:36
David Salter7-Jan-05 5:36 
GeneralRe: SQL Statement Problem Pin
Anonymous7-Jan-05 6:46
Anonymous7-Jan-05 6:46 
GeneralRe: SQL Statement Problem Pin
tecnovate_vivek8-Jan-05 1:37
tecnovate_vivek8-Jan-05 1:37 
Lets say ur textbox name is tt1 and ur dropdownlist control is ddl1.

If you have a sql insert then while building the string
dim string1 as String= "INSERT INTO TABLE1 VALUES('"&tt1.text&"','"&ddl1.selectedIndex.value&"')"

Now simply execute this statement using the connection object.

conn.execute(string1)

Vivek Sharma

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.