by: Chad Richardson |
last post by:
Yes, it should be easy....
I have a single box hosing IIS and SQL Server 2000. In my ASP script I've
tried using the following connection strings to attempt to connect to no
avail:
...
|
by: GreyAlien007 |
last post by:
I wanted my programs to check to see if SQL server was available...the
following is what I cam up with:
Public Function SetServerInfo(ByVal serverName As String, ByVal dbName
As String, Optional...
|
by: Rader |
last post by:
Hello everybody,
I have a method "CreateInstance" defined in the following code snippet:
//To create an instance by a class's full name,but shoult check if it
can be multi-instantiated at first...
|
by: ljlevend2 |
last post by:
Is there any way to create a local server during runtime? For example, if
you add an existing Web Site to a Solution from within Visual Studio (by
right clicking the solution in the Solution...
|
by: Velislav |
last post by:
Hi, I've got a setup project which installs SQL Server Express as a
prerequisite to my program.
The problem is that by default it's installed using the SQLEXPRESS
instance name and Windows...
|
by: Steve |
last post by:
Hi All
I downloaded Sql server 2005 express SP2 and attempted to modify the
Bootstrapper package files as I did with SP1
When i try to install SQL server as part of my VS 2005 deployment app I...
|
by: =?Utf-8?B?UGV0ZXI=?= |
last post by:
I'm trying to get a list of SQL Server Instances thru a VB.NET application.
I have tried GetDataSource and SMO. I have also tried using ListSQLSvr.exe
from...
|
by: DL |
last post by:
I'm installing sql server 2005 express distribution version on an Asus
EEE PC with XP home OS, and doing installing and uninstalling several
times, and each time, it generated some abitrariy...
|
by: AAaron123 |
last post by:
I want to create a database with one table on the host.
I can't user SQL Server Management Studio to do it so I guess I have to do
it programmatically.
I have in mind that in the session start...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: nia12 |
last post by:
Hi there,
I am very new to Access so apologies if any of this is obvious/not clear.
I am creating a data collection tool for health care employees to complete. It consists of a number of...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
|
by: GKJR |
last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
|
by: SueHopson |
last post by:
Hi All,
I'm trying to create a single code (run off a button that calls the Private Sub) for our parts list report that will allow the user to filter by either/both PartVendor and PartType. On...
|