Ask a Question related to Coldfusion Database Access, Design and Development.
-
RenWeb Bob #1
Connecting to MSDE
I have just upgrade to CF MX 7 on my development laptop where I have MSDE
installed. When I am in Cold Fusion Administrator it cannot verify the
connections for any of my datasources to my MSDE databases. I found in the
documentation that Trusted connections are no longer used but when I change the
server from (local) to 127.0.0.1 it did not connect I have also tried localhost
to no avail. I checked the port number of 1433 and that is correct.
Any help would be appreciated.
RenWeb Bob Guest
-
Connecting ColdFusion to SQL Server 2000 (MSDE)
June, Would you mind sharing the port number? David -
Use MSDE in application
Dear all I want to know that can i use MSDE as database server for deploying application. Is it necessary to buy any licence if I use MSDE as... -
DBs and SPs in MSDE installation
MSDE is a equevelant of the more powerfull SQL Server. Therefore looking for tables and storedprocedures in Access (=oledb) is not wath you aspect... -
MSDE and SQL Server
Hello, I am going to be getting my feet wet with SQL Server soon and trying to prepare to convert the clients dbs. In looking for info, I... -
MSDE/SP3 MemoryLeakage
I very much doubt it is a memory leak. Search this group for many similar queries, essentially SQL server will take almost all available memory and... -
PaulH *TMM* #2
Re: Connecting to MSDE
RenWeb Bob wrote:
if i recall correctly, msde default installs using windows> I have just upgrade to CF MX 7 on my development laptop where I have MSDE
> installed. When I am in Cold Fusion Administrator it cannot verify the
> connections for any of my datasources to my MSDE databases. I found in the
> documentation that Trusted connections are no longer used but when I change the
> server from (local) to 127.0.0.1 it did not connect I have also tried localhost
> to no avail. I checked the port number of 1433 and that is correct.
authentication. you need to reset it to use both (windows & sql)as
that's what cf's JDBC driver uses. sorry i don't know the details
concerning hwo to make this switch.
PaulH *TMM* Guest



Reply With Quote

