Click here to Skip to main content
15,888,579 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How do I creat an installer??? [modified] Pin
Arunava3527-Mar-08 20:50
Arunava3527-Mar-08 20:50 
GeneralRe: How do I creat an installer??? Pin
DanB198328-Mar-08 8:48
DanB198328-Mar-08 8:48 
GeneralInvalid CastException:-Conversion from string "select id,name" to type 'Double' is not valid. Pin
sjs4u26-Mar-08 2:57
sjs4u26-Mar-08 2:57 
GeneralRe: Invalid CastException:-Conversion from string "select id,name" to type 'Double' is not valid. Pin
John_Adams26-Mar-08 3:12
John_Adams26-Mar-08 3:12 
GeneralRe: Invalid CastException:-Conversion from string "select id,name" to type 'Double' is not valid. Pin
loganj199926-Mar-08 16:36
loganj199926-Mar-08 16:36 
GeneralRe: Invalid CastException:-Conversion from string "select id,name" to type 'Double' is not valid. Pin
Mitch F.26-Mar-08 19:07
Mitch F.26-Mar-08 19:07 
GeneralRe: Invalid CastException:-Conversion from string "select id,name" to type 'Double' is not valid. Pin
ChandraRam26-Mar-08 21:15
ChandraRam26-Mar-08 21:15 
GeneralRe: Invalid CastException:-Conversion from string "select id,name" to type 'Double' is not valid. Pin
loganj199927-Mar-08 6:29
loganj199927-Mar-08 6:29 
Like I mentioned before I am using Vista DB at work and there is a sql built in, as my experience with databases is limited to the intro course in college. I have a db with 2 cloumns, one for serial numebrs labeled, serial_number, and one for what we call kanban_serial. I found it easier to use the underscore instead of using the quatation mark in my statement. So here is what I have, hope it helps:

Private Sub find(ByVal sn As Integer)
Dim sqlSN As String = "SELECT * FROM 'serial number data' WHERE 'serial_number' = & 'sn'"

I also use a section to delete a record from the db and here is what I have:

Dim d_SN As Integer
d_SN = CInt(txt1.Text)
Dim delete_SN As String = "DELETE FROM serial_number_data WHERE serial_number = " & d_SN

Brian
QuestionSQL server 2005 Reporting Services or Crystal Reports 2008 Dev Ed? Pin
Steven J Jowett26-Mar-08 2:53
Steven J Jowett26-Mar-08 2:53 
Generalrighttoleft problem in my windows application Pin
hassan seif26-Mar-08 2:51
hassan seif26-Mar-08 2:51 
Questioncrystal report 8.5 and vb6.0 ( package and deployment wizard from add-in) ? Pin
sejal_tank26-Mar-08 2:49
sejal_tank26-Mar-08 2:49 
Generalforce the app to run as admin rights in xp and vista. Pin
x200726-Mar-08 1:28
x200726-Mar-08 1:28 
GeneralRe: force the app to run as admin rights in xp and vista. Pin
Eduard Keilholz26-Mar-08 2:49
Eduard Keilholz26-Mar-08 2:49 
GeneralRe: force the app to run as admin rights in xp and vista. Pin
Dave Kreskowiak26-Mar-08 7:04
mveDave Kreskowiak26-Mar-08 7:04 
QuestionHow to set a sreen to primary sreen Pin
ba-ju25-Mar-08 23:40
ba-ju25-Mar-08 23:40 
AnswerRe: How to set a sreen to primary sreen Pin
Dave Kreskowiak26-Mar-08 7:02
mveDave Kreskowiak26-Mar-08 7:02 
GeneralRe: How to set a sreen to primary sreen Pin
ba-ju27-Mar-08 3:26
ba-ju27-Mar-08 3:26 
QuestionIVR using SAPI 5.1 and TAPI 3 Pin
Dhara_Remadhara25-Mar-08 22:45
Dhara_Remadhara25-Mar-08 22:45 
GeneralRe: IVR using SAPI 5.1 and TAPI 3 Pin
Dave Kreskowiak26-Mar-08 7:00
mveDave Kreskowiak26-Mar-08 7:00 
QuestionHow run SCP(Secure Connetion Protocol ) In Windows Pin
Aruna Gaddam25-Mar-08 21:24
Aruna Gaddam25-Mar-08 21:24 
GeneralRe: How run SCP(Secure Connetion Protocol ) In Windows Pin
Dave Kreskowiak26-Mar-08 6:59
mveDave Kreskowiak26-Mar-08 6:59 
QuestionMemory Leak in Sub ? Pin
Mitch F.25-Mar-08 20:36
Mitch F.25-Mar-08 20:36 
AnswerRe: Memory Leak in Sub ? Pin
Christian Graus25-Mar-08 20:55
protectorChristian Graus25-Mar-08 20:55 
GeneralRe: Memory Leak in Sub ? Pin
Mitch F.25-Mar-08 21:07
Mitch F.25-Mar-08 21:07 
GeneralRe: Memory Leak in Sub ? Pin
Christian Graus25-Mar-08 21:23
protectorChristian Graus25-Mar-08 21:23 

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.