I have a form in which there are certain fields which are filled with drop down compbo boxes(lookup fields) no if the value is not there users can dd it, by clicking the link 'ADD' that opens ...
I have two pages, an insert and an update. The insert works fine, but the update is returning this error when the update button is clicked:
Microsoft Cursor Engine (0x80040E21)
Multiple-st...
I'm new to JSP, and am attempting to get a connection to my local Microsoft SQL Server 2000 installation. I am running jakarta-tomcat-4.1.24, and I have installed the JDBC driver from microsof...
Dear Experts,
I have created a form which user can enter searching criteria and pass them to another web page to display database result. The problem was I want to create two submit button ...
I am using DSNless connection contracts to connect Access 2000 db and am getting this error:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft...
Hi All
I've created a webpage with DW MX 2004. Nothing handcoded just DW created code.
The link to the error is here: http://www.dragonswim.dk/join.asp
The error code is:
Line 96
...
Dear Experts,
I have 4 ASP pages. Im using Dreamweaver MX 2004 and SQL Server 2000. The process needs to locate the Customer in the database first, then proceeds with creating order a...
I have an ultradev 'Results' page that comes up with the same error whenever I bring it up in a browser. The complete error message follows:
-----------------------------------------------...
I have followed the first tutorial of Dreamweaver Ultra Dev 4. Once I preview( View the Result page from Search page(Searches for Department)) it it shows the result but if I go back abd previ...
how to store passed form values into a csv file?
Hi Guys,
I am having a problem with DreamweaverMX, when I try to set up a ASP.NET SQL Server Connection I get the following pop up error message; 'HTTP Error Code 500 Internal Server Error' w...
I am trying to set up pages that are available only to certain user groups
(as per the User Login starting point). I have done everything that is done
in the SP but when I click my login bu...
I need a solution to insert multiple records into 1 table, but only those wich are "checked".
So I have a form with 2 fields and 1 checkbox on each line. There are 10 lines wich can be checke...
Hello.
CFM script says "Data source not found..."
But system dsn for database file already exist. How i can solve it?
CFIps - system DSN (ms acces driver *.mdb)
<cfquery name="sqlQ" dataso...
Dear Experts,
I have create an selection box on a web page to query a access database and display the record set on the next page.
The selection box name is "box"
And the record set def...
I want to create an ECommerce website with Dreamweaver 8, UltraDev 4, ColdFusion and MS Access. Can somebody confirm that UltraDev is still available and compatible with Dreamweaver 8 and Cold...
Hello.
Any tags in CFM to execute asp code block?
Like:
<cfmasp>
Dim A,B,C ....
.....
</cfmasp>
Or how i can execute asp code?
Hi Experts~
I'm using Dreamweaver CS3 connecting to MS SQL Server 2000.
I notice my Dreamweaver CS3 is generating incompleted scripts for recordsets. For Example, if Dreamweaver CS3 ...
Dear Experts,
I have an access database with table with two fields:
Name and date.
I have create an Web page by ultrdev which will display all the content of above table.
My question...