Missing file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If anyone has a copy of pubs.mdb I would really appreciate it if you would
forward it along. I need it for an example in a tutorial.

Thank you,
DavidInOrlando
 
Is it SQL pubs or Access pubs?

If it is SQL, there is a SQL script that comes with SQL Server to recreate
it. Can't remember the name of the script right off.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top