RSS Forums RSS
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums
Views: 10695 | Replies: 64 | Solved
Reply
Join Date: Jul 2007
Posts: 71
Reputation: suneel kar is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 1
suneel kar suneel kar is offline Offline
Junior Poster in Training

Re: reading records from a .dbf file

  #21  
Jul 25th, 2007
hello gud mornin dear
veena is there any website which can guide me or provide tutorial for vb topic wise.
if any then plz do reply
regards
suneel

Originally Posted by QVeen72 View Post
Hi Suneel,

What does ur Text1.Text contain...?
It shoud have either Table name (CHECK_2045) or a Select Query Statment (Select * From CHECK_2045)


Regards
Veena
Reply With Quote  
Join Date: Jul 2007
Posts: 71
Reputation: suneel kar is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 1
suneel kar suneel kar is offline Offline
Junior Poster in Training

Re: reading records from a .dbf file

  #22  
Jul 25th, 2007
hello bro
may i know the name of any website which gives nline tutorial of vb topicwise
reply
regards
suneel
Reply With Quote  
Join Date: Jul 2007
Posts: 71
Reputation: suneel kar is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 1
suneel kar suneel kar is offline Offline
Junior Poster in Training

Re: reading records from a .dbf file

  #23  
Jul 25th, 2007
helllllllloooooo
where r u dear.am waitin here since mornin.
tccc
Reply With Quote  
Join Date: Jul 2007
Location: Philippines
Posts: 255
Reputation: jireh is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 28
jireh's Avatar
jireh jireh is offline Offline
Posting Whiz in Training
Join Date: Jul 2007
Posts: 71
Reputation: suneel kar is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 1
suneel kar suneel kar is offline Offline
Junior Poster in Training

Re: reading records from a .dbf file

  #25  
Jul 26th, 2007
thanx alot dear for givin me the website. i just checked the site.
thanx alot again dear.may i have ur mail id dear if u dont mind .mine gmail id is suneelkashmiri@gmail.com
be in touch .
with regards
suneel

Originally Posted by jireh View Post
Here, enjoy!!!
http://www.ask.com/web?q=visual+basi...rc=0&o=0&l=dir
Reply With Quote  
Join Date: Jul 2007
Posts: 71
Reputation: suneel kar is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 1
suneel kar suneel kar is offline Offline
Junior Poster in Training

Re: reading records from a .dbf file

  #26  
Jul 26th, 2007
hello veena
i am sendin u the code see wts problem in this.
it is givvin "unrecognized database format" error.
reply plzz.
code is
Dim con As New ADODB.Connection
Dim rs As New ADODB.Recordset

Private Sub Command1_Click()
con.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source= " & App.Path & "\RR.dbf ; Persist Security Info=False"
rs.Open RR, con, adOpenForwardOnly, adLockOptimistic
Dim str As String
If Dir("c:\Suneel_Development\New Folder\New Folder\data.txt") <> "" Then
Kill "c:\Suneel_Development\New Folder\New Folder\data.txt"
End If
Open "c:\Suneel_Development\New Folder\New Folder\DATA.TXT" For Append As #1
Do While rs.EOF = False
For i = 0 To rs.Fields.Count - 1
If i < rs.Fields.Count - 1 Then
str = str & IIf(IsNull(rs(i)), "null", rs(i)) & Chr(9)
Else
str = str & IIf(IsNull(rs(i)), "null", rs(i))
End If
Next
Print #1, str
rs.MoveNext
str = ""
Loop
Close #1
rs.Close
con.Close
End Sub
Reply With Quote  
Join Date: Nov 2006
Posts: 750
Reputation: QVeen72 is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 102
QVeen72's Avatar
QVeen72 QVeen72 is offline Offline
Master Poster

Re: reading records from a .dbf file

  #27  
Jul 26th, 2007
Hi SUNEEL,

INSTALL "DAOSDK/REDIST" FROM VISUAL STUDIO 6.0 CD (first/second)


Regards
Veena
Reply With Quote  
Join Date: Jul 2007
Posts: 71
Reputation: suneel kar is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 1
suneel kar suneel kar is offline Offline
Junior Poster in Training

Re: reading records from a .dbf file

  #28  
Jul 26th, 2007
hello veena
they r sayin itis already installed .not required also.
regards
suneel
Last edited by suneel kar : Jul 26th, 2007 at 4:07 am.
Reply With Quote  
Join Date: Nov 2006
Posts: 750
Reputation: QVeen72 is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 102
QVeen72's Avatar
QVeen72 QVeen72 is offline Offline
Master Poster

Re: reading records from a .dbf file

  #29  
Jul 26th, 2007
Hi,

Why dont u install it once again and try..., as i told u it doesnt install on its own..

Regards
Veena
Reply With Quote  
Join Date: Jul 2007
Posts: 71
Reputation: suneel kar is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 1
suneel kar suneel kar is offline Offline
Junior Poster in Training

Re: reading records from a .dbf file

  #30  
Jul 26th, 2007
HEY VEENA
itna gussa nt good .i was just sayin na ki conecrned persons told methat it is already installed.
anyways thanx
suneel
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 5:50 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC