Results 1 to 2 of 2

Thread: Datareport Error - Please Help!

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026

    Exclamation Datareport Error - Please Help!

    I have setup my DataEnvironment with a command and connection. All Checks out ok and I can see the tables of my database. I set the report's Datasource to 'DataEnvironment'(the name of my data environment) and I set the datamember property to the name of the connection (by the dropdown box).

    All of this seems to be correct, but when I open the report I get an error that states 'Invalid Data Source'. I don't see what I am doing wrong... Can anyone please help me...


    Thnx,
    Squirrelly1

  2. #2
    Member
    Join Date
    May 2002
    Posts
    34
    check your dataenvironment, once you make a connection you have to create a command with an sql query that command suppose is select 1, 2, 3 from table;
    Now in your report you set sour datasource to the dataenvironment then the datamember is the command you made. With this you bound your controls like: text1 datafield = 1

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