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

Visual Basic

 
AnswerRe: How to assign a date to a date object Pin
Hesham Amin26-Feb-03 22:16
Hesham Amin26-Feb-03 22:16 
GeneralToolbox items grayed out Pin
snaayk26-Feb-03 8:00
snaayk26-Feb-03 8:00 
GeneralRe: Toolbox items grayed out Pin
Hesham Amin26-Feb-03 22:20
Hesham Amin26-Feb-03 22:20 
GeneralRe: Toolbox items grayed out Pin
snaayk27-Feb-03 1:41
snaayk27-Feb-03 1:41 
GeneralUse of apostrophe in string Pin
mcm26-Feb-03 4:43
mcm26-Feb-03 4:43 
GeneralRe: Use of apostrophe in string Pin
paul_b26-Feb-03 4:53
paul_b26-Feb-03 4:53 
GeneralRe: Use of apostrophe in string Pin
Brian Lehmann3-Mar-03 10:22
Brian Lehmann3-Mar-03 10:22 
GeneralRe: Use of apostrophe in string Pin
RichardGrimmer13-Mar-03 23:54
RichardGrimmer13-Mar-03 23:54 
If you're trying to insert into a database, just double-up the quotes, so :

INSERT INTO table VALUES 'O'Connor'

becomes

INSERT INTO table VALUES 'O''Connor'

have some functions to do this, or just use a replace. This approach has the advantage that the string is stored with the apostrophe in place

"Now I guess I'll sit back and watch people misinterpret what I just said......"
Christian Graus At The Soapbox
GeneralProblems deploying app Pin
paul_b26-Feb-03 4:32
paul_b26-Feb-03 4:32 
General"Operation not allowed when object is open" Pin
mcm26-Feb-03 4:21
mcm26-Feb-03 4:21 
GeneralRe: "Operation not allowed when object is open" Pin
RHYS26-Feb-03 6:00
RHYS26-Feb-03 6:00 
GeneralRe: "Operation not allowed when object is open" Pin
RichardGrimmer13-Mar-03 23:59
RichardGrimmer13-Mar-03 23:59 
General2 questions Pin
r i s h a b h s25-Feb-03 23:49
r i s h a b h s25-Feb-03 23:49 
GeneralRe: 2 questions Pin
paul_b26-Feb-03 4:49
paul_b26-Feb-03 4:49 
GeneralAccess a folders properties programmatically Pin
RHYS25-Feb-03 21:40
RHYS25-Feb-03 21:40 
GeneralGood Book on CrystalReports with VB Pin
Vasudevan Deepak Kumar25-Feb-03 18:17
Vasudevan Deepak Kumar25-Feb-03 18:17 
Generalsecure mdb file Pin
qiang25-Feb-03 14:12
qiang25-Feb-03 14:12 
Generalnewbie needs help Pin
sundragon12325-Feb-03 9:11
sundragon12325-Feb-03 9:11 
GeneralRe: newbie needs help Pin
paul_b26-Feb-03 4:57
paul_b26-Feb-03 4:57 
Generalunloading a form at load time Pin
mcm24-Feb-03 23:46
mcm24-Feb-03 23:46 
GeneralRe: unloading a form at load time Pin
Hesham Amin25-Feb-03 2:53
Hesham Amin25-Feb-03 2:53 
GeneralVB Help files Pin
mcm24-Feb-03 23:20
mcm24-Feb-03 23:20 
GeneralRe: VB Help files Pin
Hesham Amin25-Feb-03 2:58
Hesham Amin25-Feb-03 2:58 
GeneralPrinting with Data Environment Pin
bruceb24-Feb-03 17:07
bruceb24-Feb-03 17:07 
GeneralRe: Printing with Data Environment Pin
Hesham Amin24-Feb-03 21:35
Hesham Amin24-Feb-03 21: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.