Hi,Am SUbhajit,new in VB.I use VB 6.I am now making a project in VB .I needed to save some data in the project.There is a method I know that I can save a page with data without any database coding.Is this possible..If yes then please tell me the coding..
Save coding
Collapse
X
-
Originally posted by subs88Hi,Am SUbhajit,new in VB.I use VB 6.I am now making a project in VB .I needed to save some data in the project.There is a method I know that I can save a page with data without any database coding.Is this possible..If yes then please tell me the coding..
How can there be a method with no coding but you want us to also show you the coding?
Anyway I believe you might be referring to the VB Data controls that you can drag on to your form.
Once you drag a data control on to your form you can bind other controls to that data control like text boxes.
However, you must set up your data control that you drag with a datasource from Access, Oracle or some other DBMS.
I would also recommend you get a book on VB 6.0 and read up on the basics of these concepts which will help you tremendously. -
what are you trying to save, what type of data?
if you are trying to save settings then for vb.net at least you can use me.settings or you can writer data to an XML file or even a plain text file but I think we need to know what type of data you want to save.Comment
Comment