Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Declaring Variables in VB 6.0
Name: charles solomon Date: March 22, 2004 at 10:06:36 Pacific OS: 98 CPU/Ram: 64mb
Comment:
I am writing a software program in VB 6.0 that accepts input from a user and stores it to an Access database - both text and numeric.
How do I declare the variables for these items. For instance, I have a Name text box called "txtFirstName". The program will accept an input of the first name from the user and store it to a database when the save button command is clicked?
Summary: In VB 6.0, I had write the following script: Set cn = New ADODB.Connection cn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.3.51;" _ & "Data Source=" & App.Path & _ ...
Summary: Hi friends I am making a project in VB 6.0 I have values like -0.004 and 5.98. I need a function which can convert them into (0 and 5 respectively) Plz tell me. I will be very thanful to u. ...
Summary: I have VB 6.0 Prefssional Edition, so i just set the install dataase option to loal then?? The Professioal editin has the Package and Development edition. Is this OK to use ADO with no code and create...