 |
BOOK: Beginning Dreamweaver MX/MX 2004 MX ISBN: 978-0-7645-4404-0; MX 2004 ISBN: 978-0-7645-5524-4  | This is the forum to discuss the Wrox book Beginning Dreamweaver MX by Charles E. Brown, Imar Spaanjaars, Todd Marks; ISBN: 9780764544040 |
Please indicate which version of the book you are using when posting questions. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning Dreamweaver MX/MX 2004 MX ISBN: 978-0-7645-4404-0; MX 2004 ISBN: 978-0-7645-5524-4 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

April 13th, 2005, 12:16 PM
|
|
Authorized User
|
|
Join Date: Mar 2005
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Recordset from "Views" instead of "Tables", MX2004
Hi! I tried creating a Recordset from "Views" instead of "Tables"; unfortunately, DW didn't read the data within this MS Access Query. The reason I can't do it through "Tables" is because DW is not recognizing the tables as part of the query either (probably because these tables are linked). Any suggestions/alternate ways to skin the cat? Thanks.
DT
|
|

April 13th, 2005, 01:33 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
How does your query look like? What makes you think DW doesn't understand relations? If you're in the Query Builder you can select multiple tables and join them in your query.
Can you provide more details what you're trying to accomplish and what Server Behaviors you're using?
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
|

April 13th, 2005, 01:46 PM
|
|
Authorized User
|
|
Join Date: Mar 2005
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I am trying to create a Recordset (Query) under Server Behaviors to post/edit data from MS Access. I had no problems doing this with a smaller file, but this is a very large file with linked tables within Access.
Even though the connection was successful, when I select this connection in the Recordset dialogue box, I have a message "Unable to retrieve tables from this connection, click on the 'Define...' button to test this connection" (which, when I do, it will say again that the connection was made successfully).
The MS Access query file then is listed as a "table" (the only one listed under the Recordset dialogue box) and the linked tables within MSAccess are not acknowledged in this same pull down menu (from the Recordset dialogue box).
I "test" this data, and "No data" is displayed when all, or selected columns are selected.
My conclusion is that either 1) the MS Access file is too large or 2) linked tables within MS Access cannot be connected or 3) I'm missing something...
Thanks for your help!
d.t.
|
|

April 13th, 2005, 01:49 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
When you say large, what exactly do you mean? Hundreds of megabytes?
What happens when you create a copy of the .mdb file and delete all records? Do you still have the same issue? This way you can find out if it's the table structure (which I can hardly image as I used databases with lots of tables and joins as well) or the amount of data DW is choking on....
Imar
|
|

April 13th, 2005, 01:52 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
One more thing. What do you mean with Linked Tables. Are you referring to joins between the tables, or to links to a separate Sql Server or other database?
Imar
|
|

April 13th, 2005, 02:02 PM
|
|
Authorized User
|
|
Join Date: Mar 2005
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
The "linked" tables have been created from MS Access as a connection to another MS database...which means...YES!! I did it!
Ah the Socratic method. I love it. :)
All I needed to do was to go directly to the source file and voila!
You're great man!
d.t.
|
|

April 13th, 2005, 02:05 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Great. Glad it's working.
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
|
 |