CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Jul 2009
    Posts
    3

    [RESOLVED] ms access insert data question

    heyall, i got this code that grabs information from a data base and shows it in a listbox:

    my questions are how can you insert data to the table? ( iknow that in sql its something like this
    sql = "insert into tablename(username,password)values(123,123)")

    and is there a better way to show the data(that it will be more tidy?

    thanks, Marvin
    Last edited by marvin2k5; July 25th, 2009 at 03:45 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured