i am new to visual basics.plz tell me how to read data from databasr and write to text file recordwise .if any book which will gide me though this .
thanx reply soon
suneel
suneel kar 0 Junior Poster in Training
Recommended Answers
Jump to PostDim con As New ADODB.Connection Dim rs As New ADODB.Recordset Private Sub Command1_Click() con.Open "Provider=MSDAORA.1;Password=tiger;User ID=scott;Data Source=debasis;Persist Security Info=True" rs.Open Text1.Text, con, adOpenForwardOnly, adLockOptimistic Dim str As String If Dir("c:\data.txt") <> "" Then Kill "c:\data.txt" End If Open "c:\DATA.TXT" For Append As #1 Do While rs.EOF = …
Jump to PostThere are plenty of availabe in the market. you can gop for any one which suits yoyr requirments. I would suggest to go for the black book or any copy from a good publication house like WROX or TMH.
Jump to PostYes that is also a good one and is available locally.
Jump to PostHi Suneel,
few of my Favorites:
"Mastering VisualBasic 6.0" by Evangelos Petroutsos
Teach yourself VB6 Series Sam's PublicationsREgards
Veena
All 13 Replies
debasisdas 580 Posting Genius Featured Poster
suneel kar 0 Junior Poster in Training
debasisdas 580 Posting Genius Featured Poster
jireh 3 Posting Whiz
debasisdas 580 Posting Genius Featured Poster
QVeen72 104 Posting Shark
suneel kar 0 Junior Poster in Training
suneel kar 0 Junior Poster in Training
suneel kar 0 Junior Poster in Training
jireh 3 Posting Whiz
salmansulaiman 0 Newbie Poster
suneel kar 0 Junior Poster in Training
suneel kar 0 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.