Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I have VB.NET 2003 Architect and want to start using MSDE

cause you can distibute that with you application.

Now I know that this comes with SQL2000 Standard Edition, but I don't have that one.

 

In VB.NET In the server Explorer, my PC is in it but no SQL server.

so how can I create a SQL Database then?

I heard it is possible with MSDE but I don't have that.

Where to get the download version, since it's free (according

to the other posts in this forum)

 

Thanks so much

Posted

Well, installed it and rebooted it, but

 

not I am trying to do the example from the MS site, but doesn't work.

When I look in my systray I have the sqlicoon and tried to select

(local) but that doesn't work.

 

for Access2000 i am doing the northwind database, but

it's asking for username password....

well.... I don't know what??

 

I gave a password during install MSDE... but what is that username?

  • *Experts*
Posted
I think Windows Authentication is better for testing, it saves you some time entering the username and password :). Im not really sure about MSDE but MSSQL server creates an account named "sa" for a dafault account, so you might want to try that.
Posted

hmm think I got that part to work... not sure.

 

I need to have VS.NET 2003 open so I can see the SQL server

then I can use the sql-icon in the systray

using \\dutchie\VBDOTNET

 

Also I can past that screen from Access 2000 and I add all the tables that I want to convert... a few minutes later

it failed with every table from that database. So that's part is still

not working.

 

I am using the integrated sec. cause other then that won't work.

Now I created some tables within VB.NET / Server Explorer..

now let's see how I can show that within VB.NEt

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...