Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. LearningVB

    How do I UPDATE a table on a oracle-database with VB 6.0?

    I am working with a litle program that recives some data from a oracledatabase and gives me the opportunity to alter this material and so far it works perfect. I have made a program and uses spread to the manipulation of the data. My connction to the database is ADO. Hello out there, But the...
  2. LearningVB

    Ho do I put data from a database table into a matrix?

    Hello, I am quiet new to this, but I am learning it step by step and by my self. This forum is a great benefit for me in this situation too. Up to now I have used datagrids to this type of problems but now I want to try using a matrix to help me, and to do so I will need a little help from...
  3. LearningVB

    An easy way of copying foles from client to server?

    Hello out there, Vacation are just around the corner, and I don't want too many users snooping around my local disk, but they have to copy a couple of files from my disk to the server. So the best solution is to make a small VB application that do the job for them. Anyone out there who kan...
  4. LearningVB

    Why do I get "rowset not bookmarable" here?

    Hello, Anyone out there who can tell me why I get the run-time error '7004': "The rowset is not bookmarable" when I am running this programcode? The wole thing stops when the program attemting to put the data out in the dataGrid dgrTest. Option Explicit Private objConn As...
  5. LearningVB

    Anyone who can tel me why: The rowset is not bookmarable?

    Hello, Anyone out there who can tell me why I get the run-time error '7004': "The rowset is not bookmarable" when I am running this programcode? The wole thing stops when the program attemting to put the data out in the dataGrid dgrTest. Option Explicit Private objConn As...
  6. LearningVB

    Connecting a SQL server via ODBC

    Hello, I am trying to learn this (for me) cryptic subject called Visual Basic. And now I am woundering how to access a database lacated on an SQL server. I have configured an user DSN and here the databaseconnection vent vell. And here it all stops......... How can I use this DSN at the...

Part and Inventory Search

Back
Top