|
-
May 4th, 2002, 03:49 PM
#1
Thread Starter
Frenzied Member
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
-
May 6th, 2002, 07:40 AM
#2
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|