Data Base in VB6

databases Cameroon
  • 13 years ago

     

    I created a data report using data environment. But i cant get records which display in form to the data report. How can I do that . Please help me.
  • 13 years ago

    first of all u need to set the connection for the data report.

    connections can be added through the data environment. after the connection is made, go to the datareport and set the following properties.

    datasource = connectionname in the data environment.

    data member = the command name under the connection.

     

    Good luck 

     

    Elabuwa 

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“If debugging is the process of removing software bugs, then programming must be the process of putting them in.” - Edsger Dijkstra