> Greetings - longtime ASP guy just getting started with
ASP.NET - I have
> always
> preferred using Dreamweaver over Visual Studio - but I
am having some
> issues
> getting going.
If you're moving to .net, you really should consider moving
to VS. You don't
have to get rid of DW, but VS is definitely designed for .net
development.
> System.Exception: Unsupported TYPE attribute: guid
> at DreamweaverCtrls.DataSet.GetDbTypeFromString(String
str)
> at DreamweaverCtrls.DataSet.AddParameters(IDbCommand
myCommand)
> at DreamweaverCtrls.DataSet.DoInit()Text
I don't use DW's controls, but the error is coming from
there, obviously.
My guess is that it's trying to pass the QS as a STRING in
the SQL query
rather than as a GUID field.
-Darrel