MSDE 2000 And Web Matrix Question

Sep 8, 2005

Hi guys,
I have a question regarding the use of MSDE with web matrix and wonder if any1 can help me out.

First of all, I'm using the web matrix to design ms sql databases. After that, I connect an asp.net page to it and finally run it on the web matrix server. Everything turns out the way it should be. However, when I run it on the IIS, a 'Login failed' error was thrown. Below's my code for establishing connection and retrieving data:

vbnet Code:






Original
- vbnet Code





<%@ Page Language="VB" Debug="True" %>
<%@ import Namespace="System.Data.SqlClient" %>
<%
Dim conPubs As SqlConnection
Dim cmdSelectAuthors As SqlCommand
Dim dtrAuthors As SqlDataReader

conPubs = New SqlConnection( "server='(local)'; trusted_connection=true; database='pubs'" )
conPubs.Open()
cmdSelectAuthors = New SqlCommand( "Select au_lname From Authors", conPubs )
dtrAuthors = cmdSelectAuthors.ExecuteReader()
While dtrAuthors.Read()
Response.Write( "<li>" )
Response.Write( dtrAuthors( "au_lname" ) )
End While
dtrAuthors.Close()
conPubs.Close()
%>






 <%@ Page Language="VB" Debug="True" %><%@ import Namespace="System.Data.SqlClient" %><%Dim conPubs As SqlConnectionDim cmdSelectAuthors As SqlCommandDim dtrAuthors As SqlDataReader conPubs = New SqlConnection( "server='(local)'; trusted_connection=true; database='pubs'" )conPubs.Open()cmdSelectAuthors = New SqlCommand( "Select au_lname From Authors", conPubs )dtrAuthors = cmdSelectAuthors.ExecuteReader()While dtrAuthors.Read()  Response.Write( "<li>" )  Response.Write( dtrAuthors( "au_lname" ) )End WhiledtrAuthors.Close()conPubs.Close()%>



I don't know if this is the correct place to ask this question. If it is, kindly help me out as I desperately need an answer. If not, maybe somebody can direct me to the place where this type of qns is address. Thanks in advance.

View 2 Replies


ADVERTISEMENT

MSDE/Microsoft Web Matrix

Aug 10, 2004

Hello everyone, quick question...so I downloaded MSDE and installed it, ran the setup.ext with WASAP=mypassword SecruityMode=SQL it installed, and finished, but never prompted me to restart, so I restarted anyhow, come back into the computer, and everything is fine, i've got my fancy icon, and all is ok.

So load up my Microsoft Web Matrix and try to create a new database...

I select SQL server authentication
username = sa
password = my password


I then create a new database, give it a name and click ok

it comes back and tells me it can't connect...

Any suggestions? what did I do wrong?

Thanks
Caden

View 1 Replies View Related

How To Deploy Msde Database In Web Matrix

Nov 10, 2005

Dear Sir,How do I deploy database to remote server in web matrix. It does not have enterprise manager.I have to use osql.exe command line that runs msde statements that are exuceted against database. Can youplease let me know how to use osql.exe.Regards,Farhan

View 1 Replies View Related

NEED HELP! - Unable To Connect To MSDE Database Through Web Matrix Project

Jun 2, 2005

I'm new to asp.net and databases and I'm currently working my way through SAMs Teach Yourself ASP.I am up to working with databases and have successfully installed MSDE using the sql2kdesksp3.exe file. However, when I try to create a new database through the web matrix project I get an 'unable to connect' error. I have tried removing and re-installing the database and I've also re-installed it using the latest file from the MS web site but I still get the same error. I've checked the obvious...that the msde service is running, password is correct, and that checks out ok.Has anyone had a similar problem and resolved it?Thanks.

View 2 Replies View Related

Sql Server 2000 Developer Edition W/MSDE 2000 Release A Install

May 21, 2005

Can you install Sql Server 2000 Developer Edition with MSDE 2000 release A already installed?

View 2 Replies View Related

Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) Release A

Feb 17, 2004

My objective is to use Enterprise Manager to move (copy) my SQL db from the server to my windows desktop computer.

I downloaded MSDE and am having trouble installing it, no doubt because I do not understand the documentaion (ReadMeMSDE2000A.htm).

When I try to run setup, I get that message that says:

"A strong SA password is required for security reasons. Please use SAPWD switch to supply the same."

Considering my purpose, do I need a "strong" SA password? If not, how do I get around it? If yes, how do I set it up?

I am a Mac user so I have poor windows skills, please make it as painless as possible for me, thanks!

Ron

View 3 Replies View Related

Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) Release

Feb 16, 2006

venu writes "Hi,

Am very new to MS SQL adminstration
Can anybody help me out how to work on Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) Release A just for the practice.

The activity which am going to workout on MSDE is below.

How to install SQL(on XP)
How the layout will be(like if i insall MSDE what are all Application will be and how they depends on each other)
How to create/delete tables if so, how can we do it either by GUI or CUI

just i need a clarifications reg same

Thank you,
venu"

View 1 Replies View Related

Maximum Capacity Specifications Comparison Table For Access, SQL Server 7, 2000 And MSDE 2000

May 27, 2008











Parameter
Access 2000/XP
SQL Server 7.0
SQL Server 2000
MSDE 2000

Number of instances per server
n/a
n/a
16
16

Number of databases per instance / server
n/a
32,767
32,767
32,767

Number of objects per database
32,768
2,147,483,647
2,147,483,647
2,147,483,647

Number of users per database
n/a
16,379
16,379
16,379

Number of roles per database
n/a
16,367
16,367
16,367

Overall size of database (excluding logs)
2 GB
1,048,516 TB
1,048,516 TB
2 GB

Number of columns per table
255
1024
1024
1024

Number of rows per table
limited by storage
limited by storage
limited by storage
limited by storage

Number of bytes per row





(Excluding TEXT/MEMO/IMAGE/OLE)
2 KB
8 KB
8 KB
8 KB

Number of columns per query
255
4,096
4,096
4,096

Number of tables per query
32
256
256
256

Size of procedure / query
64 KB
250 MB
250 MB
250 MB

Number of input params per procedure / query
199
1,024
2,100
2,100

Size of SQL statement / batch
64 KB
64 KB
64 KB
64 KB

Depth of subquery nesting
50
32
32
32

Number of indexes per table
32
250 (1 clustered)
250 (1 clustered)
250 (1 clustered)

Number of columns per index
10
16
16
16

Number of characters per object name
64
128
128
128

Number of concurrent user connections
255
32,767
32,767
5

View 1 Replies View Related

How Compatible Is MSDE 2000 With SQL Server 2000?

May 20, 2005

Will any application developed against SQL Server 2000 Developer
Edition work on an identical platform with only MSDE 2000 installed? I
understand there's a concurrency limit with MSDE 2000 of around 25 (and there's no GUI) but apart
from that, are there any aspects of SQL Server 2000 functionality (from the .NET applicaiton code's point of view) that
are "disabled" in MSDE 2000?

View 1 Replies View Related

Transferring Databases From MSDE 2000 To SQL 2000

Jan 28, 2007

Trying to transfer databases from MSDE to SQL. When I use SQLEnterprise Manager - DTS - import or export, it works for the firstdatabase, but then fails for the others. I select the to and fromdatabases using DTS - Import - 'MS OLE DB Provider for SQL Server',then select 'Copy objects and data between SQL Servers'. It failswith the generic error message: 'Copy objects failed', nothingfurther. I tried to just copy data, and it doesn't work totally. Ontwo databases, it said that it copied everything, but when I go inunder Enterprise manager, some of the tables are incomplete, i.e. nodata, table shows up in the list, but if you try to look at it, itsays that it is missing or empty. Also, one table was not evencopied. In the other two cases, I get errors, does not copy alltables. I get errors, like insert fails, but the column it referencesfor the table does not even exist in that table. Any suggestionswould be appreciated.

View 2 Replies View Related

MSDE 2000 Replication To SQL Server 2000

Jun 27, 2006

i went through the documentation but i was not clear on following, here is the scenario :-

a Central server is having SQL Server 2000

3 Remote Locations :- Each having 4-5 no of computers, connected on a Lan, and on one of the machines MSDE 2000 will be running.

My Questions are :-

1. Can remote locations, update data locally and send changes (say in every one hour) to central server. If yes, then how ??

2. Same way they can receive updates from Central Server on whatever was updated on Centra Server or on the 3 remote locations. If yes, then How ??

any help will be highly appreciable.

View 8 Replies View Related

Any Difference Between SQL Server 2000 And MSDE 2000?

Aug 2, 2006

I am creating an install program and I'm wondering if there is a
difference between SQL Server 2000 and MSDE 2000? Do they have
different entries in the Registry?



From the documentation that I've read it seems as if they are one and the same.



However, if someone knows how to differentiate between them in the Registry it would be greatly appreciated.





Thanks

View 2 Replies View Related

MSDE 2000 Vs MS SQL 2000 Server

Dec 18, 2003

I am about to setup an application server. This app will generate reports and instead of just having a HTML page up, I am considering running dotnetnuke type portal to offer the userbase a better interface for the reports, info, announcement, etc.

Server isn't too bad (2x1.7Ghz Xeon I think, 2GIG RAM) type of setup (may be little more or less). App doesn't require as much resources, but we are planning for the future )

While I have some resource to play with, I also need to make sure I don't load much that may impact the application performance. In my experience, SQL Server 2000 will take a lot of resources even when not used as much. So I am considering MSDE.

I am curious however, WHAT ARE THE MAIN DIFFERENCES BETWEEN SQL 2000 Server Vs MSDE 2000 ?

Beside no Client tool and mostly command line specific command, what else there to convince that I should go for server vs desktop engine?

Now our company has Enterprise license for SQL, so I am not worried about the cost (well a little maybe), but mostly wondering about performance.

If you think of any reason why I go to SQL Server 2000 over MSDE, please let me. Otherwise, I think MSDE in this case is the appropriate RDBMS to go for.

Regards,

Impu

View 4 Replies View Related

MSSQL 2000 On Top Of MSDE 2000?

Feb 28, 2004

Hi,

How does one install MSSQL 2000 on a machine that's already running MSDE 2000? Do i need to unintstall MSDE, or both can be installed seperately??

Is there a way to simply upgrade MSDE into MSSQL 2000?

Thanks!

View 1 Replies View Related

Registering MSDE 2000 FROM SQL 2000

Apr 1, 2004

Hi There,

I have install msde in one computer and try to register from my sql server, the following error message is coming.

A connection could not be established to Cal-itimilsina (computer in which MSDE IS INSTALLED)

RESON: SQL SERVER DOES NOT EXIST OR ACCESS DENIED

CONNECTIONOPEN(CONNECT())

====

BUT THE MSDE IS RUNNING IN THE CLIENT MACHINE. Could any one please help me

Thanks.

Indra.

View 5 Replies View Related

MSDE 2000 On XP Help...

Dec 5, 2007

Hello all, im new here and do not have no experience with sql. I am trying to install a tax software that I need to run my little business. When I install it gets to a popint that it asks me for my SQL server usernme and password. I remember doing this last year and I reinstalled MSDE and set up a username and password. I seem to not remember what I used, i tried all that I would have but can not get past that step.
I remember adding some lines in the setup,ini file when I installed it last year. Now I can go ahead and reinstall it again and set up a new one, but will the uninstalling and reinstalling of MSDE affect my previous software from last year? Its the same software but I need this years installed.
I have tried using sa as the username and a blank password, with a password and others that I have read up on, still cant log on. Keep getting worng credential screen.
Is there a way to get that info, i doubt it or else it would not be secure, or can I just simply reinstall MSDE?
 
Many thanks!!

View 4 Replies View Related

MSDE 2000

Oct 26, 2004

Did anybody tried to use this as a database server? Is there an administration interface somewhere which is free?

Dennis

View 2 Replies View Related

MSDE 2000

Aug 20, 2005

I'm trying to install this application but i get an errorSetup failed to configure the server. Refer to the server error logs and setup error logs for more information.I'm running Windows XP SP2.Could my SP2 be causing me problems considering I successfully installed it previously.Many thanks   

View 1 Replies View Related

SQL 7 To MSDE 2000

Dec 9, 2005

I am not sure if this is the right forum, I already had some one freakout on me in another forum about posting in the wrong place.

Anyway:
I would like to upgrade a machine from SQL 7 to MSDE 2000. I would like to keep the existing database from Altiris Deployment solutions intact. Is this upgrade possible?

Any help would be appreciated

View 1 Replies View Related

Msde 2000

Jul 27, 2004

This is my first time using SQL. I installed MSDE 2000 on my desktop and after restarting my PC I see an icon in the startup area MSSQLServer with the server being my T-Tag #.

I am trying to upsize my Access DB to Sqlserver. I am still confused as to where does this server reside? How does this whole thing work?

Also, when I tried to upsize my db I got an overflow error.

Could someone please explain how does this work?

Thanks,

DH

View 4 Replies View Related

Msde 2000

Feb 12, 2004

Hi folks!

Ive got here a Windows 2000 Professional PC and want to install the MSDE 2000 (incl. SP3) Desktop Server.

But when i execute the setup.exe the following Error Message will return:

http://www.dorst.de/sql.jpg


Here is the setup.ini

[Options]
TARGETDIR="C:ProgrammeMSDE2000"
DATADIR="C:ProgrammeMSDE2000Daten"
SAPWD="*****"
SECURITYMODE=SQL
DISABLENETWORKPROTOCOLS=0


Can anyone help?

THX !!!!!

Bye
CdR

View 3 Replies View Related

MSDE && SQL 2000

Jul 20, 2005

I have a client that has a server running Windows 2000 Server. anothercompany has installed MSDE (version unknown) on this server. I need toinstall SQL 2000 on the same server. Will the two coexist peacefully?TiaCruznOz*** Sent via Developersdex http://www.developersdex.com ***Don't just participate in USENET...get rewarded for it!

View 1 Replies View Related

Matrix Control Problem In Reporting Services 2000

Feb 4, 2008

I need to design a report like as below


Location jan feb mar april total %
abc 1 2 1 1 5 % calculated value


ddd 1 1 1 1 4 % calcualtedvalue
------------------------------------------------------------------------------------------------------

total 2 3 2 2 9 total(%calculated value)

i was able to get everything except last column. i am using Matrix control. can any one help me how to another column after sub total in matrix control.

View 3 Replies View Related

How To Connect To My MSDE 2000 Rel A

Dec 30, 2003

Hi,

I only have Framework installed on my machine, and I also installed MSDE 2000 Rel. A, using the following command:
C:MSDERelAsetup.exe SAPWD="myPass" INSTANCENAME="myXP"

I can see that the service for this app is running. Though, I could not connect to it using oSql command like the following:
osql -S(local)myXP -E
or
osql -S(local)myXP -Usa, and supply the password "myPass".

The message was:
[DBMSLPCN]SQL Server does not exist or access denied.
[DBMSLPCN]ConnectionOpen (Connect()).

Any response would be appreciated.


Subi_I

View 2 Replies View Related

MSDE And Windows 2000 Pro

Mar 11, 2004

Hello to everyone.
I'm looking for an help :(

I'ved installed MSDE on a Windows 2000 Pro with this option in Setup.ini :
INSTANCENAME=msde
SECURITYMODE=SQL
SAPWD=<mypassword>

All goes good, and at the end of install process, i restart pc.

When restarting, i logged in , and the icon of MSDE was in the System Tray.

Strange thing, is that the circle in the icon have no red square or green arrow inside, but is empty.

I open the window of MSDE and at Server and Service, was 2 empty fields.

I filled on SERVER with the IP address of my pc
Service Field, continue to be blank :(

When i try to start the MSDE, it tells to me that there's no selected service, so the MSDE can't start.

Have someone some ideas on how to solve this?
Thanks to everyone for help!

View 1 Replies View Related

Problem With MSDE 2000

Aug 14, 2004

I installed MSDE2000 and i have problem:
In SQL Server Service manager i do not see connection but in MS Visual Studio .NET i see the connection and i can make tables my setup string was:
C:MSDERelAsetup SAPWD="Vedran" instancename="VT"

Please Help.
Thanks

View 6 Replies View Related

Using Access 2000 (MSDE) Vs. MS SQL.

Feb 29, 2000

Hi,

I have a customer with Office 2000 and uses Access 2000. I normally use SQL/7, but for this job would it be save to use MSDE on the web site so the customer can upload and download the MSDE file for product information? I use SQL/7 for the backend. Please advise.

Duane

View 2 Replies View Related

MSDE 2000 Question

Nov 19, 2004

Can you install the SQL client tools on a box running msde and register the msde database under enterprise manager?

Thanks

View 1 Replies View Related

SQL Server 2000 Vs. MSDE

Jul 23, 2005

Hi all,I just got SQL Server 2000, but I already have MSDE installed. Is there anyreason I would want to keep MSDE around on my computer if I install SQLServer 2000? I use MS Visual Studio 2002 on Windows XP SP2, in case itmakes any difference. I intend to deinstall MSDE before installing SQLServer 2000, but I get the impression from a few posts that some people haveboth installed and I'm not sure why that would be done. What functionalityis in MSDE that is not in SQL Server 2000?Thanks for answering.--Diana

View 1 Replies View Related

SQL 2005 && MSDE 2000

Nov 6, 2006

HiWe have just migrated to SQL 2005 database.We backup up our SQL database to disk, then backup files to tape usingBckupExec 10.1.The only snag is that BackupExec uses MSDE2000 to manage jobs etc soit will want to install a MSDE2000 on the server that has SQL 2005 onit !!Backupexec Support tell me that it will be fine to have two version ofSQL install on the server, is that the case?Naturally, I am concerned about DLL conflicts and breaking my SQL 2005serverCan any one shed any light on this?ThanksRC

View 1 Replies View Related

MSDE 2000 Versions

Jul 20, 2005

I was wondering if any of you guys can kindly help me in finding allthe different versions of MSDE 2000 that came out since it's firstrelease. I expected to find something similar like Sun's archive(http://java.sun.com/products/archive/index.html) for MSDE 2000 toobut failed to find after a few hours of browsing at the MicrosoftDownload Center (http://www.microsoft.com/downloads/...displaylang=en).They seem more into promoting their new MSDE 2000 Release A for thetime being but nothing much about the previous versions of MSDE toserve my product testing purposes.All I need is a complete list of different versions of MSDE 2000 withdownloadable links.Thanks in advance.IzzY

View 1 Replies View Related

MSDE And Access 2000

Jul 20, 2005

Hi everyone,In using the SQL Server Database Wizard in Access 2000 to create a newaccess project, I get two consecutive error messages and then the wizardshuts down. The first, which apprears immediately after starting the wizardis a message box stating something like "the property value is too large".After clicking through and filling out the values in the connection anddatabase dialog, I get a second dialog box with the message "Overflow" andthe wizard terminates.My operating system is Windows 2000 Professional with Access 2000 and MSDE2000.Does anyone have any thoughts about what might be causing these errors?Thanks in advance.

View 3 Replies View Related

Cannot Apply SP4 On Msde 2000 SP3

Apr 2, 2007

I try applying the SP 4 on the default instance of the msde 2000 and when it stops after a minute generates the log and says it was successful but no upgrade is done. I use the following command setup /upgradesp sqlrun SECURITYMODE=SQL BLANKSAPWD=1 DISABLENETWORKPROTOCOLS=0 /L*v C:MSDELog.log

On the same machine I has installed also SQLExpress.

I stop the sql services before issuing the command.

Any Ideas?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved