Click here to Skip to main content
15,893,668 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: passing a dataset...where's my data? Pin
leezardd22-Mar-06 5:35
leezardd22-Mar-06 5:35 
QuestionAdding EventCalendarControl.dll to my toolbox Pin
NOKO110-Mar-06 6:07
NOKO110-Mar-06 6:07 
AnswerRe: Adding EventCalendarControl.dll to my toolbox Pin
ToddHileHoffer10-Mar-06 10:13
ToddHileHoffer10-Mar-06 10:13 
QuestionProblem in custom control Pin
sak7310-Mar-06 6:05
sak7310-Mar-06 6:05 
AnswerRe: Problem in custom control Pin
Dave Kreskowiak10-Mar-06 7:21
mveDave Kreskowiak10-Mar-06 7:21 
GeneralRe: Problem in custom control Pin
sak7310-Mar-06 10:14
sak7310-Mar-06 10:14 
QuestionWriting a quote to a table Pin
dptalt10-Mar-06 5:53
dptalt10-Mar-06 5:53 
AnswerRe: Writing a quote to a table Pin
Guffa10-Mar-06 6:31
Guffa10-Mar-06 6:31 
That is because you don't handle the string values in the query correctly. You have to escape some characters when you put a string value in an SQL query.

For MSSQL and Access you escape the apostrophe by replacing them with double apostrophes.

For MySQL you escape backslashes by doubling them, and apostrophes by putting a backslash in front of them.

---
b { font-weight: normal; }

GeneralRe: Writing a quote to a table Pin
dptalt10-Mar-06 6:47
dptalt10-Mar-06 6:47 
AnswerRe: Writing a quote to a table Pin
Dave Kreskowiak10-Mar-06 7:16
mveDave Kreskowiak10-Mar-06 7:16 
Questionbinding listbox with the Ms-Access Pin
Arun Hegde10-Mar-06 4:51
Arun Hegde10-Mar-06 4:51 
AnswerRe: binding listbox with the Ms-Access Pin
Dave Kreskowiak10-Mar-06 4:59
mveDave Kreskowiak10-Mar-06 4:59 
QuestionAbout generating autonumbers in vb.net forms Pin
Arun Hegde10-Mar-06 4:41
Arun Hegde10-Mar-06 4:41 
AnswerRe: About generating autonumbers in vb.net forms Pin
Dave Kreskowiak10-Mar-06 4:55
mveDave Kreskowiak10-Mar-06 4:55 
QuestionHow to import this DLL in VB.NET ? Pin
cylix200010-Mar-06 4:17
cylix200010-Mar-06 4:17 
AnswerRe: How to import this DLL in VB.NET ? Pin
Dave Kreskowiak10-Mar-06 4:47
mveDave Kreskowiak10-Mar-06 4:47 
QuestionClass's \ Class Collections and Binding to Control Pin
Kaditcher10-Mar-06 3:59
Kaditcher10-Mar-06 3:59 
AnswerRe: Class's \ Class Collections and Binding to Control Pin
Dave Kreskowiak10-Mar-06 5:01
mveDave Kreskowiak10-Mar-06 5:01 
QuestionHtml Source Extraction Regex help Pin
VbRob10-Mar-06 2:50
VbRob10-Mar-06 2:50 
AnswerRe: Html Source Extraction Regex help Pin
Craster10-Mar-06 3:58
Craster10-Mar-06 3:58 
AnswerRe: Html Source Extraction Regex help Pin
Dave Kreskowiak10-Mar-06 4:51
mveDave Kreskowiak10-Mar-06 4:51 
AnswerRe: Html Source Extraction Regex help Pin
VbRob10-Mar-06 6:50
VbRob10-Mar-06 6:50 
QuestionConnect to SQL Server through a proxy Pin
MatthysDT10-Mar-06 1:37
MatthysDT10-Mar-06 1:37 
AnswerRe: Connect to SQL Server through a proxy Pin
Dave Kreskowiak10-Mar-06 4:28
mveDave Kreskowiak10-Mar-06 4:28 
GeneralRe: Connect to SQL Server through a proxy Pin
MatthysDT13-Mar-06 20:00
MatthysDT13-Mar-06 20:00 

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.