Save coding

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • subs88
    New Member
    • Apr 2008
    • 2

    Save coding

    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..
  • jeffstl
    Recognized Expert Contributor
    • Feb 2008
    • 432

    #2
    Originally posted by subs88
    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..
    You said "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.

    Comment

    • jg007
      Contributor
      • Mar 2008
      • 283

      #3
      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

      Working...