943,266 Members | Top Members by Rank

Ad:
You are currently viewing page 1 of this multi-page discussion thread
Jun 11th, 2003
1

Something with VB

Expand Post »
Can VB6 only link to access97 but not work with accessXP?
and can i use vb6 in windowsXP?
Reputation Points: 12
Solved Threads: 0
Light Poster
laoli is offline Offline
46 posts
since Jun 2003
Jun 12th, 2003
1

Re: Something with VB

8) I used to have the same problem too!

Before I give you suggestions, what operating system are you running?
Moderator
Reputation Points: 322
Solved Threads: 28
The C# Man, Myth, Legend
Tekmaven is offline Offline
914 posts
since Feb 2002
Jun 12th, 2003
0

Re: Something with VB

laoli said it already ... WindowsXP
Administrator
Staff Writer
Reputation Points: 1422
Solved Threads: 162
The Queen of DaniWeb
cscgal is offline Offline
13,645 posts
since Feb 2002
Jun 12th, 2003
0

Re: Something with VB

Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
  1. Dim CN As New ADODB.Connection
  2. Dim RS As New ADODB.Recordset
  3. Dim F1 as string
  4.  
  5. CN.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\temp\db1.mdb;Persist Security Info=False"
  6. CN.Open
  7. RS.Open "select * from Tablename", CN, adOpenKeyset, adLockOptimistic
  8.  
  9. F1 = Rs(0) ' first field value in the first record
Moderator
Reputation Points: 322
Solved Threads: 28
The C# Man, Myth, Legend
Tekmaven is offline Offline
914 posts
since Feb 2002
Jun 12th, 2003
0

Re: Something with VB

You also may need to download Visual Studio 6 Support Pack 5

Available here: http://msdn.microsoft.com/vstudio/do...5/default.aspx
Moderator
Reputation Points: 322
Solved Threads: 28
The C# Man, Myth, Legend
Tekmaven is offline Offline
914 posts
since Feb 2002
Jun 13th, 2003
0

Re: Something with VB

Thank you,you are of great help
Reputation Points: 12
Solved Threads: 0
Light Poster
laoli is offline Offline
46 posts
since Jun 2003
Jul 18th, 2007
0

Re: Something with VB

Click to Expand / Collapse  Quote originally posted by laoli ...
Can VB6 only link to access97 but not work with accessXP?
and can i use vb6 in windowsXP?
It can be, All of them! Just chhose the higher version reference of your DAO or ADO.
Last edited by jireh; Jul 18th, 2007 at 2:05 am.
Reputation Points: 11
Solved Threads: 49
Posting Whiz
jireh is offline Offline
316 posts
since Jul 2007
Jul 18th, 2007
0

Re: Something with VB

Click to Expand / Collapse  Quote originally posted by jireh ...
It can be, All of them! Just chhose the higher version reference of your DAO or ADO.
hi! can you help me about ing programming?
Reputation Points: 10
Solved Threads: 0
Newbie Poster
cy_spiker18 is offline Offline
1 posts
since Jul 2007
Jul 18th, 2007
0

Re: Something with VB

hi! can you help me about ing programming?
What's the problem? why don't you post it here so the people can help you...hehehe I'm not geek! I'm only a beginner
Reputation Points: 11
Solved Threads: 49
Posting Whiz
jireh is offline Offline
316 posts
since Jul 2007
Jul 19th, 2007
0

Re: Something with VB

from vb6.0 u can connect to all versions of ACCESS.
Featured Poster
Reputation Points: 665
Solved Threads: 427
Posting Genius
debasisdas is offline Offline
6,405 posts
since Feb 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Visual Basic 4 / 5 / 6 Forum Timeline: help me plzz...
Next Thread in Visual Basic 4 / 5 / 6 Forum Timeline: can someone help ......





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC