473,406 Members | 2,404 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

MSDE Pubs

Can anyone tell me how to get Pubs into VB.net without
installing SQL server? I have installed MSDE but Pubs is
not there when I try to connect to an SQL server in
VB.net. According to Visual Studio Walkthrough book that
came with it it should be there if MSDE is installed.

Thanks
Randy

Nov 20 '05 #1
5 1627
Cor
Hi Randy,

I thought, so don't blame me when I am wrong, that when you intstall the Net
SDK pubs will be automaticly intstalled.

Here you can find the version 1.1
http://www.microsoft.com/downloads/d...displaylang=en
Cor
Nov 20 '05 #2
Hi,

In the C:\Program Files\Microsoft Visual Studio .NET
2003\SDK\v1.1\Samples\Setup directory is the instpubs.sql script. From the
command line in that directory try this.

isql /Usa /Psapassword /Sserver -i\instpubs.sql

replace sapassword with your sa password. blank by default (should change
if it is)

replace server with the msde server name it should be your machine
name\VSdotNet

Ken
--------------------------------
"Randy" <rj*****@sbcglobal.net> wrote in message
news:04****************************@phx.gbl...
Can anyone tell me how to get Pubs into VB.net without
installing SQL server? I have installed MSDE but Pubs is
not there when I try to connect to an SQL server in
VB.net. According to Visual Studio Walkthrough book that
came with it it should be there if MSDE is installed.

Thanks
Randy

Nov 20 '05 #3
Thanks for responding,

The file was not where you said, I found it in the
following directory and ran it thusly.

C:\Program Files\Microsoft Visual
studio .NET\FrameworkSDK\Samples\Setup\isql /Usa /mupojama
/home -i\instpubs.sql

and got the following message.

'isql' is not recognized as an internal or external
command, operable program or batch file.

It didnt work. Help?
By the way I am running Windows 2000 Professional and have
Visual Studio 2003 installed.

-----Original Message-----
Hi,

In the C:\Program Files\Microsoft Visual Studio .NET2003\SDK\v1.1\Samples\Setup directory is the instpubs.sql script. From thecommand line in that directory try this.

isql /Usa /Psapassword /Sserver -i\instpubs.sql

replace sapassword with your sa password. blank by default (should changeif it is)

replace server with the msde server name it should be your machinename\VSdotNet

Ken
--------------------------------
"Randy" <rj*****@sbcglobal.net> wrote in message
news:04****************************@phx.gbl...
Can anyone tell me how to get Pubs into VB.net without
installing SQL server? I have installed MSDE but Pubs is
not there when I try to connect to an SQL server in
VB.net. According to Visual Studio Walkthrough book that
came with it it should be there if MSDE is installed.

Thanks
Randy

.

Nov 20 '05 #4
You will need to be in the "C:\Program Files\Microsoft SQL
Server\80\Tools\Binn\ directory first

Cheers

Jody

"Randy" <rj*****@cox.net> wrote in message
news:02****************************@phx.gbl...
Thanks for responding,

The file was not where you said, I found it in the
following directory and ran it thusly.

C:\Program Files\Microsoft Visual
studio .NET\FrameworkSDK\Samples\Setup\isql /Usa /mupojama
/home -i\instpubs.sql

and got the following message.

'isql' is not recognized as an internal or external
command, operable program or batch file.

It didnt work. Help?
By the way I am running Windows 2000 Professional and have
Visual Studio 2003 installed.

-----Original Message-----
Hi,

In the C:\Program Files\Microsoft Visual

Studio .NET
2003\SDK\v1.1\Samples\Setup directory is the instpubs.sql

script. From the
command line in that directory try this.

isql /Usa /Psapassword /Sserver -i\instpubs.sql

replace sapassword with your sa password. blank by

default (should change
if it is)

replace server with the msde server name it should be

your machine
name\VSdotNet

Ken
--------------------------------
"Randy" <rj*****@sbcglobal.net> wrote in message
news:04****************************@phx.gbl...
Can anyone tell me how to get Pubs into VB.net without
installing SQL server? I have installed MSDE but Pubs is
not there when I try to connect to an SQL server in
VB.net. According to Visual Studio Walkthrough book that
came with it it should be there if MSDE is installed.

Thanks
Randy

.

Nov 20 '05 #5
I tried it from that directory and still got the same
message.... 'isql' is not recognized as an internal or
external command, operable program or batch file.

?????
Randy
-----Original Message-----
You will need to be in the "C:\Program Files\Microsoft SQL
Server\80\Tools\Binn\ directory first

Cheers

Jody

"Randy" <rj*****@cox.net> wrote in message
news:02****************************@phx.gbl...
Thanks for responding,

The file was not where you said, I found it in the
following directory and ran it thusly.

C:\Program Files\Microsoft Visual
studio .NET\FrameworkSDK\Samples\Setup\isql /Usa /mupojama /home -i\instpubs.sql

and got the following message.

'isql' is not recognized as an internal or external
command, operable program or batch file.

It didnt work. Help?
By the way I am running Windows 2000 Professional and have Visual Studio 2003 installed.

>-----Original Message-----
>Hi,
>
> In the C:\Program Files\Microsoft Visual

Studio .NET
>2003\SDK\v1.1\Samples\Setup directory is the instpubs.sql
script. From the
>command line in that directory try this.
>
>isql /Usa /Psapassword /Sserver -i\instpubs.sql
>
>replace sapassword with your sa password. blank by

default (should change
>if it is)
>
>replace server with the msde server name it should be

your machine
>name\VSdotNet
>
>Ken
>--------------------------------
>"Randy" <rj*****@sbcglobal.net> wrote in message
>news:04****************************@phx.gbl...
>> Can anyone tell me how to get Pubs into VB.net

without >> installing SQL server? I have installed MSDE but Pubs is >> not there when I try to connect to an SQL server in
>> VB.net. According to Visual Studio Walkthrough book that >> came with it it should be there if MSDE is installed.
>>
>> Thanks
>> Randy
>>
>
>
>.
>

.

Nov 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: David Lee | last post by:
Need some help bad here. Am using VB.Net Standard 2003 supplied for a class and I need to install Msde and the sample databases to work on homework. Following the documentation I can download...
6
by: Nathan Sokalski | last post by:
I recently downloaded and installed (hopefully correctly) MSDE 2000 Release A. I previously, and still do, have the version of IIS that comes with XP Professional installed on my computer. I wanted...
2
by: mmidcap | last post by:
Hello, I'm trying to install the PUBS database on my WIN2000, using SQL*PLUS (Oracle8i), but I can't get it to work. I don't think I have everything I need, but then I don't even know where...
10
by: noname | last post by:
MSDE 2000 Release A installed under windows 2000 pro will not communicate with SQL Server Manager nor MS Access on peer computer. Can someone help? Have set DISABLENETWORKPROTOCOLS=0 at install...
3
by: *no spam* | last post by:
I want to move my Access 2K database into MSDE. The Access Upsizing Wizard crashes (a known bug wi A2K), so I'm using the following suggested method: Access --> New --> Project (Existing...
2
by: jinksk | last post by:
I am brand new to .NET. For that matter, so is my whole corporation, hence this dumb question. How can I set-up MSDE or SQL Server Desktop to work with VS.NET and the various development languages....
2
by: freddy | last post by:
I would like to start using msde with c# and it's features.Is ther a link that you can send me
5
by: Hei | last post by:
Hi i'm try a asp.net web page that access msde, i think these problem is about premission. i have 1. added a login to msde named 'Database Users' and 2. grant windows user group 'Database...
1
by: RobOfTage | last post by:
Hi, I've recently downloaded MSDE and have tried to create a small app to test the connection. It fails at the Connections Open() method with an error indicating an invalid server version. I'm...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.