Ask a Question related to Dreamweaver AppDev, Design and Development.
-
d_arc9 #1
sql type not recognized: "
HI... I am new to database applications but am learning really fast. I am using
the master/detail option in dreamwMX04. When I create my recordset I use the
advanced option and type this in - when hit the test button it works fine.
**NOTE** I am performing a join associating the writers with the stories they
wrote //code SELECT content.id, content.header, content.teaser, content.body,
writers.f_name, writers.l_name, writers.email FROM content, writers WHERE
content.writers_id=writers.writers_id When the recordset is created I hit the
master/detail option and no matter what options I choose I get - sql type not
recognized:' - then I hit ok. It then creates the pages (aster and detail)...
it all seems to work fine but the authors of the articels are not matching the
stories they've written. Any help is greatly appreciated. THX DR
d_arc9 Guest
-
"master" attribute not recognized
Hello, I'm trying to define a default master page in web.config for my web application lihe this: <appSettings/> <system.web> <!-- -
ASP Type Not Recognized
Have Windows XP Pro/SP2 and AVG as Anti-Virus. Using the Windows Firewall. Have not loaded any programs or made any system changes in months. I... -
ATAPI CDROM recognized with boot disk but not recognized when installing linux
I have decided to take the plunge and install linux on one of my old windows machines. I have successfully partitioned the hard drive for exclusive... -
#24752 [Opn->Csd]: unknown column type "uniqueidentifier", type 35
ID: 24752 Updated by: iliaa@php.net Reported By: s dot sonnenberg at coolspot dot de -Status: Open +Status: ... -
#24752 [NEW]: unknown column type "uniqueidentifier", type 35
From: s dot sonnenberg at coolspot dot de Operating system: Linux PHP version: 4.3.2 PHP Bug Type: MSSQL related Bug... -
BillB #2
Re: sql type not recognized: "
I find SQL debugging to the single biggest pain in the a** going. I just the
other day bought Interakt's Query Builder (QuB) extension and it takes all
the head aches out SQL construction. Try the Free Demo. The full extension
is a $100 but well worth every penny.
[url]http://www.interaktonline.com/Products/Dreamweaver-Extensions/QuB/Overview/[/url]
--
Bill
Real Estate Web Sites Made Easy
[url]www.DataPacks.com[/url]
"d_arc9" <webforumsuser@macromedia.com> wrote in message
news:d1t80f$gpu$1@forums.macromedia.com...> HI... I am new to database applications but am learning really fast. I am
> using
> the master/detail option in dreamwMX04. When I create my recordset I use
> the
> advanced option and type this in - when hit the test button it works fine.
> **NOTE** I am performing a join associating the writers with the stories
> they
> wrote //code SELECT content.id, content.header, content.teaser,
> content.body,
> writers.f_name, writers.l_name, writers.email FROM content, writers WHERE
> content.writers_id=writers.writers_id When the recordset is created I hit
> the
> master/detail option and no matter what options I choose I get - sql type
> not
> recognized:' - then I hit ok. It then creates the pages (aster and
> detail)...
> it all seems to work fine but the authors of the articels are not matching
> the
> stories they've written. Any help is greatly appreciated. THX DR
>
BillB Guest
-



Reply With Quote

