If I have build a help file for my Access Database using ROBOHELP, so that the help file is a valid windows help file (.hlp), can I somehow attach this to my Access Database? I'd like to be able t...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10318334.html
Zones:
MS AccessDate Answered: 03/28/2000 Rating: 8.2 Views: 0
Hi. I am creating a small project and i need assistance on how best i can design tables in access. I have a few catagories of books . So, i created 5 tables for each catagory. They all have field I...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10332442.html
Here's what I'd like to do:
declare @dbname varchar(50)
select @dbname='db_name'
use @dbname
....
....
but, of course, this is not allowed.
The only other way I can think of doing it is ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_10351137.html
Zones:
MS SQL ServerDate Answered: 05/18/2000 Rating: 8.8 Views: 0
I want to hide the database window through code, instead of setting it through, TOOL\STARTUP.
I've been searching help under 'startupshowdbwindow' but I don't understand how the code should be w...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10640001.html
Zones:
MS AccessDate Answered: 07/11/2000 Rating: 7.8 Views: 0
Heres a weird one. Anyone ever seen this.
I have a 2000 db rec'd from a client.
Sometimes when I open it I cant add any objects(forms, etc.) It tells me I do not have exclusive access to the ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10735181.html
Zones:
MS AccessDate Answered: 07/18/2000 Rating: 4.6 Views: 0
1200 points! I am looking for a sample computer hardware and software database that someone already made. If you have one, please post what you have here.
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10763581.html
Zones:
MS AccessDate Answered: 07/24/2000 Rating: 5.8 Views: 0
Hello!
My question is the following:
I have 2 stand alone computers and both have SQL Server 7.0. One of them has a database that I created. How can I copy that database to the other stand alone ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_11154807.html
Zones:
MS SQL ServerDate Answered: 09/01/2000 Rating: 7.6 Views: 0
Hi is it possible to use SQL to get database information on SQL Server?
Meaning can I do a sql on a database to get a list of tables in that database and then on that table do another sql to get...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_11386778.html
Zones:
MS SQL ServerDate Answered: 09/27/2000 Rating: 7.2 Views: 0
Hello
I have an application where I wish to do the following:
1) I have a table called People, full of contact details, with a field called 'places'. This is a comma delimited list of places the ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_11559440.html
Zones:
MS AccessDate Answered: 10/24/2000 Rating: 7.6 Views: 0
Hi,
Here is my connection string from ASP to connect my datbase
<%
strConnect = "Provider=SQLOLEDB; Data Source=BOMITPC01;" &_
"User ID=sa; Password=; Database=EagleIndia"
%>
...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20000892.html
Zones:
MS SQL ServerDate Answered: 04/11/2002 Rating: 7.6 Views: 0