Something with VB

Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Jun 2003
Posts: 46
Reputation: laoli is an unknown quantity at this point 
Solved Threads: 0
laoli laoli is offline Offline
Light Poster

Something with VB

 
1
  #1
Jun 11th, 2003
Can VB6 only link to access97 but not work with accessXP?
and can i use vb6 in windowsXP?
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 898
Reputation: Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light 
Solved Threads: 28
Moderator
Tekmaven's Avatar
Tekmaven Tekmaven is offline Offline
The C# Man, Myth, Legend

Re: Something with VB

 
1
  #2
Jun 12th, 2003
8) I used to have the same problem too!

Before I give you suggestions, what operating system are you running?
-Ryan Hoffman

.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,054
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 129
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: Something with VB

 
0
  #3
Jun 12th, 2003
laoli said it already ... WindowsXP
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 898
Reputation: Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light 
Solved Threads: 28
Moderator
Tekmaven's Avatar
Tekmaven Tekmaven is offline Offline
The C# Man, Myth, Legend

Re: Something with VB

 
0
  #4
Jun 12th, 2003
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
-Ryan Hoffman

.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 898
Reputation: Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light 
Solved Threads: 28
Moderator
Tekmaven's Avatar
Tekmaven Tekmaven is offline Offline
The C# Man, Myth, Legend

Re: Something with VB

 
0
  #5
Jun 12th, 2003
You also may need to download Visual Studio 6 Support Pack 5

Available here: http://msdn.microsoft.com/vstudio/do...5/default.aspx
-Ryan Hoffman

.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
Reply With Quote Quick reply to this message  
Join Date: Jun 2003
Posts: 46
Reputation: laoli is an unknown quantity at this point 
Solved Threads: 0
laoli laoli is offline Offline
Light Poster

Re: Something with VB

 
0
  #6
Jun 13th, 2003
Thank you,you are of great help
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 300
Reputation: jireh is an unknown quantity at this point 
Solved Threads: 43
jireh's Avatar
jireh jireh is offline Offline
Posting Whiz

Re: Something with VB

 
0
  #7
Jul 18th, 2007
Originally Posted by laoli View Post
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.
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 1
Reputation: cy_spiker18 is an unknown quantity at this point 
Solved Threads: 0
cy_spiker18 cy_spiker18 is offline Offline
Newbie Poster

Re: Something with VB

 
0
  #8
Jul 18th, 2007
Originally Posted by jireh View Post
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?
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 300
Reputation: jireh is an unknown quantity at this point 
Solved Threads: 43
jireh's Avatar
jireh jireh is offline Offline
Posting Whiz

Re: Something with VB

 
0
  #9
Jul 18th, 2007
Originally Posted by cy_spiker18 View Post
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
Reply With Quote Quick reply to this message  
Join Date: Feb 2007
Posts: 2,134
Reputation: debasisdas will become famous soon enough debasisdas will become famous soon enough 
Solved Threads: 132
debasisdas's Avatar
debasisdas debasisdas is offline Offline
Postaholic

Re: Something with VB

 
0
  #10
Jul 19th, 2007
from vb6.0 u can connect to all versions of ACCESS.
Share your Knowledge.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Visual Basic 4 / 5 / 6 Forum
Thread Tools Search this Thread



Tag cloud for Visual Basic 4 / 5 / 6
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC