Click here to Skip to main content
15,902,189 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Catching return value form .exe Pin
Anonymous11-Feb-03 9:11
Anonymous11-Feb-03 9:11 
GeneralRe: Catching return value form .exe Pin
Xanty11-Feb-03 23:24
Xanty11-Feb-03 23:24 
GeneralListView control with multi-line ColHeading Pin
Andy H9-Feb-03 10:40
Andy H9-Feb-03 10:40 
GeneralMaskEdBox Pin
mcm8-Feb-03 3:20
mcm8-Feb-03 3:20 
GeneralRe: MaskEdBox Pin
Nick Parker11-Feb-03 18:26
protectorNick Parker11-Feb-03 18:26 
GeneralRe: MaskEdBox Pin
RichardGrimmer12-Feb-03 5:51
RichardGrimmer12-Feb-03 5:51 
Generalsyntax error in update statement Pin
mcm7-Feb-03 23:47
mcm7-Feb-03 23:47 
GeneralRe: syntax error in update statement Pin
Andy H8-Feb-03 1:46
Andy H8-Feb-03 1:46 
You don't need the comma after the txtDesc.text. So the correct SQL command should work with:

updateSQL = "UPDATE Product SET Description = '" & txtDesc.text & "'" & _<br />
            "WHERE Code = '" & txtCode.text & "'"<br />
<br />
Set RS = Conn.Execute(updateSQL)


HTHCool | :cool:
GeneralMessenger service status (ASP) Pin
-- NA --7-Feb-03 23:19
-- NA --7-Feb-03 23:19 
GeneralRow headings in MSHFlexGrid (VB6) Pin
Andy H7-Feb-03 12:10
Andy H7-Feb-03 12:10 
GeneralADO or RDO Pin
Tarun Dutt Mathur6-Feb-03 23:27
Tarun Dutt Mathur6-Feb-03 23:27 
GeneralRe: ADO or RDO Pin
RichardGrimmer25-Feb-03 5:32
RichardGrimmer25-Feb-03 5:32 
GeneralPrinting Pin
Rage6-Feb-03 23:11
professionalRage6-Feb-03 23:11 
GeneralPrinting from Spreadsheet Pin
nm_maheswaran6-Feb-03 22:33
nm_maheswaran6-Feb-03 22:33 
GeneralForeign Key Constraint Message Pin
Mike Murphy6-Feb-03 10:58
Mike Murphy6-Feb-03 10:58 
GeneralRe: Foreign Key Constraint Message Pin
Anonymous11-Feb-03 8:58
Anonymous11-Feb-03 8:58 
GeneralPlease HELP - WindowForm Problem Pin
Mike Murphy6-Feb-03 9:51
Mike Murphy6-Feb-03 9:51 
GeneralVB.Net Tutorials (Real Ones) Pin
xBlitzerx6-Feb-03 5:11
xBlitzerx6-Feb-03 5:11 
GeneralRe: VB.Net Tutorials (Real Ones) Pin
xBlitzerx7-Feb-03 5:59
xBlitzerx7-Feb-03 5:59 
GeneralRe: VB.Net Tutorials (Real Ones) Pin
xBlitzerx7-Feb-03 5:59
xBlitzerx7-Feb-03 5:59 
GeneralRe: VB.Net Tutorials (Real Ones) Pin
Ray Cassick7-Feb-03 7:13
Ray Cassick7-Feb-03 7:13 
GeneralList of running applications in .Net Pin
Wayne Phipps5-Feb-03 8:32
Wayne Phipps5-Feb-03 8:32 
GeneralRe: List of running applications in .Net Pin
Wayne Phipps6-Feb-03 7:51
Wayne Phipps6-Feb-03 7:51 
GeneralVB.NET source code resource Pin
Gerry D5-Feb-03 8:19
Gerry D5-Feb-03 8:19 
QuestionI know it can be done ... but how ??? Pin
syedhassan45-Feb-03 7:35
syedhassan45-Feb-03 7:35 

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.