[KCFusion] Database issue on development laptop

2003-03-21 Thread Keith Purtell
I'm setting up a Windows2000 laptop with CF developer version to work on a project 
while at home.
The problem is, this project normally interacts with an MSSQL database only available 
inside our
network. I need it to work at home without being connected to the internet, and it 
doesn't matter if
I'm using the real data. The only changes I'm planning are in the CF application 
templates. Is there
some quick way to duplicate the database setup without installing MSSQL on the laptop? 
Maybe have
MSSQL output the relevant databases in some other format that I can load on the 
laptop? I've never
attempted this before, so I'm open to suggestions.

Keith Purtell, Web/Network Administrator
VantageMed Operations (Kansas City)
Email:  [EMAIL PROTECTED]

CONFIDENTIALITY NOTICE: This email message, including any attachments, is for the sole 
use of the
intended recipient(s) and may contain confidential and privileged information. Any 
unauthorized
review, use, disclosure or distribution is prohibited. If you are not the intended 
recipient, please
contact the sender by reply email and destroy all copies of the original message.

---
[This E-mail scanned for viruses by Declude Virus]

 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/[EMAIL PROTECTED]
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]
 


RE: [KCFusion] Database issue on development laptop

2003-03-21 Thread Kory Bakken
You can use SQL Server 2000 Personal edition to duplicate your DB structure on your 
desktop.  For more info, see:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/architec/8_ar_sa2_9gz4.asp

-Original Message-
From: Keith Purtell [mailto:[EMAIL PROTECTED]
Sent: Friday, March 21, 2003 11:10 AM
To: KCFusion (E-mail)
Subject: [KCFusion] Database issue on development laptop


I'm setting up a Windows2000 laptop with CF developer version to work on a project 
while at home.
The problem is, this project normally interacts with an MSSQL database only available 
inside our
network. I need it to work at home without being connected to the internet, and it 
doesn't matter if
I'm using the real data. The only changes I'm planning are in the CF application 
templates. Is there
some quick way to duplicate the database setup without installing MSSQL on the laptop? 
Maybe have
MSSQL output the relevant databases in some other format that I can load on the 
laptop? I've never
attempted this before, so I'm open to suggestions.

Keith Purtell, Web/Network Administrator
VantageMed Operations (Kansas City)
Email:  [EMAIL PROTECTED]

CONFIDENTIALITY NOTICE: This email message, including any attachments, is for the sole 
use of the
intended recipient(s) and may contain confidential and privileged information. Any 
unauthorized
review, use, disclosure or distribution is prohibited. If you are not the intended 
recipient, please
contact the sender by reply email and destroy all copies of the original message.

---
[This E-mail scanned for viruses by Declude Virus]

 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/[EMAIL PROTECTED]
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]
 


__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/[EMAIL PROTECTED]
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]



Re: [KCFusion] Database issue on development laptop

2003-03-21 Thread Matt . Bassham

You can import the tables into ms access.  Then have an odbc setup for the
access database on your laptop.




   
  
Keith Purtell
  
[EMAIL PROTECTED]   To: KCFusion (E-mail) [EMAIL 
PROTECTED]
emed.com  cc: 
  
Sent by:   Subject: [KCFusion] Database issue on 
development laptop  
[EMAIL PROTECTED]  
   
fusion.org 
  
   
  
   
  
03/21/03 11:09 
  
AM 
  
Please respond 
  
to CF-List 
  
   
  
   
  




I'm setting up a Windows2000 laptop with CF developer version to work on a
project while at home.
The problem is, this project normally interacts with an MSSQL database only
available inside our
network. I need it to work at home without being connected to the internet,
and it doesn't matter if
I'm using the real data. The only changes I'm planning are in the CF
application templates. Is there
some quick way to duplicate the database setup without installing MSSQL on
the laptop? Maybe have
MSSQL output the relevant databases in some other format that I can load on
the laptop? I've never
attempted this before, so I'm open to suggestions.

Keith Purtell, Web/Network Administrator
VantageMed Operations (Kansas City)
Email:  [EMAIL PROTECTED]

CONFIDENTIALITY NOTICE: This email message, including any attachments, is
for the sole use of the
intended recipient(s) and may contain confidential and privileged
information. Any unauthorized
review, use, disclosure or distribution is prohibited. If you are not the
intended recipient, please
contact the sender by reply email and destroy all copies of the original
message.

---
[This E-mail scanned for viruses by Declude Virus]



__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/[EMAIL PROTECTED]
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]





 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/[EMAIL PROTECTED]
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]
 


RE: [KCFusion] Database issue on development laptop

2003-03-21 Thread Keith Purtell
Thanks everyone for all the tips. I'm trying one of your suggestions.

Keith Purtell, Web/Network Administrator
VantageMed Operations (Kansas City)
Email:  [EMAIL PROTECTED]


CONFIDENTIALITY NOTICE: This email message, including any attachments, is for the sole 
use of the
intended recipient(s) and may contain confidential and privileged information. Any 
unauthorized
review, use, disclosure or distribution is prohibited. If you are not the intended 
recipient, please
contact the sender by reply email and destroy all copies of the original message.


 -Original Message-
 From: Glenn Crocker [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 21, 2003 11:40 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [KCFusion] Database issue on development laptop



 There used to be a demo version of SQL Server you could
 download.  Good for
 90 days.

 -glenn


  -Original Message-
  From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]
  Behalf Of Kory Bakken
  Sent: Friday, March 21, 2003 11:17 AM
  To: [EMAIL PROTECTED]
  Subject: RE: [KCFusion] Database issue on development laptop
 
 
  You can use SQL Server 2000 Personal edition to duplicate your DB
  structure on your desktop.  For more info, see:
  http://msdn.microsoft.com/library/default.asp?url=/library/en-us/a
  rchitec/8_ar_sa2_9gz4.asp
 
  -Original Message-
  From: Keith Purtell [mailto:[EMAIL PROTECTED]
  Sent: Friday, March 21, 2003 11:10 AM
  To: KCFusion (E-mail)
  Subject: [KCFusion] Database issue on development laptop
 
 
  I'm setting up a Windows2000 laptop with CF developer version to
  work on a project while at home.
  The problem is, this project normally interacts with an MSSQL
  database only available inside our
  network. I need it to work at home without being connected to the
  internet, and it doesn't matter if
  I'm using the real data. The only changes I'm planning are in the
  CF application templates. Is there
  some quick way to duplicate the database setup without installing
  MSSQL on the laptop? Maybe have
  MSSQL output the relevant databases in some other format that I
  can load on the laptop? I've never
  attempted this before, so I'm open to suggestions.
 
  Keith Purtell, Web/Network Administrator
  VantageMed Operations (Kansas City)
  Email:  [EMAIL PROTECTED]
 
  CONFIDENTIALITY NOTICE: This email message, including any
  attachments, is for the sole use of the
  intended recipient(s) and may contain confidential and privileged
  information. Any unauthorized
  review, use, disclosure or distribution is prohibited. If you are
  not the intended recipient, please
  contact the sender by reply email and destroy all copies of the
  original message.

---
[This E-mail scanned for viruses by Declude Virus]

 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/[EMAIL PROTECTED]
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]