Create MS/ACCESS database app for non-ms/access users
Is it possible to create an MS/ACCESS database application and package
it for users who do not have MS/ACCESS loaded in their PCs?
I was told that this is possible, but I don't know what software is
needed. Do you know? If so, please answer this post. Thanks.
SueB
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Per Sue Bricker:
>Is it possible to create an MS/ACCESS database application and package
>it for users who do not have MS/ACCESS loaded in their PCs?
>
>I was told that this is possible, but I don't know what software is
>needed. Do you know? If so, please answer this post. Thanks.
I think it comes down to semantics.
"Licensed" vs "Loaded".
No you can't create an app that will run on a PC with nothing loaded.
Yes you can create an app that will run on a PC where nobody's paid the fee to
run MS Access.
You still have to install something on that PC, however. What it is is a
freebie version of MS Access that only runs applications - doesn't allow anybody
to develop an app.
You develop the app on your PC, which has MS Access installed.
Then somebody installs the freebie ("Runtime Access") on somebody's PC and they
can run the app you developed without having to pay any money to anybody.
--
PeteCresswell
Sue,
If Access isn't present, some version of it must be installed to run an
Access database. VB.NET, ...
Possible to keep MS Access interface and migrate the MS Access to MS SQL Server?Hello all
Would it be possible to migrate the MS Access 2000 to MS SQL Server
2000?
My application is using MS Access 2000 as database and as user
interface such as forms. Now, I want to migrate the backend database
from MS Access 2000 to MS SQL Server 2000. However, I want to keep the
MS Access 2000 interface. Would it be possible?
If I migrate the MS Access to SQL Server, would the queries, back-end
VBA, macro, tables and forms be affected? Do I need to change the MS
Access data type to SQL server supported data type?
Which tool I can use to do the migration? Upsizing wizard or exporting...
Access MS-ACCESS database on server from client????I m currently developing a java based application and want to know how
can i make client access database located on the server?
"HeMan_Speaks" <Lunar20092010@gmail.com> wrote in message
news:d71ce567-0434-48b8-b1d2-bb191706ab45@w8g2000prd.googlegroups.com...
>I m currently developing a java based application and want to know how
> can i make client access database located on the server?
I think you're going to have to expand a little bit more in your question
here, as is not 100% quite clear what you're trying to do.
You might want to make a little bit of a distinction between MS access, the
development system that allows you to write code, build forms, and build
reports, and that of the database engine that you choose to use with MS
access. When you build an application MS access, you then choose your
database engine, that might be oracle, SQL server, or perhaps more often
leave the default jet database.
So when you say make a client access application, are you talking about a
piece of software that you plan to install and each computer? The fact that
your introducing the issue of java further complicates your question.
Perhaps your question is simply you have some java code running on a server,
and with to open a mdb file (an access database file). In this situation
you're not really using MS access at all here (you using what is called the
jet database engine to read that mdb file). For all the trouble in this type
of sce...
request for explanation on access an database in ms accessThis is the code that I found on the internet for accessing an ms
access database:
import java.sql.*;
class Test
{
public static void main(String[] args)
{
try {
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
// set this to a MS Access DB you have on your machine
String filename = "d:/java/mdbTEST.mdb";
String database = "jdbc:odbc:Driver={Microsoft Access
Driver (*.mdb)};DBQ=";
database+= filename.trim() +
";DriverID=22;READONLY=true}"; // add on to the end
// now we can get the connection from the DriverManager
Connection con = DriverManager.getConnection( database
,"","");
}
catch (Exception e) {
System.out.println("Error: " + e);
}
}
}
What I don't understand is the declaration of database. What I did was
putting the database in the same dir as the sourcecode and use
"jdbc:odbc:CafeJolt.mdb". But this doesn't work. And the above code
does, why is that???
Actually it's not Java question. It's ODBC question.
You have to have ODBC connection. Depending of Windows it's usually
something like this (for my Windows 2000):
Start->Sttings->Control Panel->Administartive Tools->Data Sources(ODBC)->
User DSN -> [Add]-> Driver to Microsoft Access(*.mdb) === And here, finally
you can choose file name.
...
MATLAB command to access MS Access databaseHi!
Is there a MATLAB command which gives access to a .mdb MS Access
database or do I need a special driver?
Thanks,
Andree
Hi Andree Ellert,
you can use activeXcontrol to interact with MS-Access database.
access = actxserver('Access.Application');
returns the handle for Access.
set(access, 'Visible', 1);
will show the opened Access window.
use get(access) and set(access) commands to find the methods
available to call.
-Vadivelu M
===========
http://www.mathworks.com/access/helpdesk/help/toolbox/database/datatool.shtml
"Andree Ellert" <ellert@gmx.net/////\\\\\> wrote in message
news:eed9874.-1@webx.raydaftYaTP...
> Hi!
>
> Is there a MATLAB command which gives access to a .mdb MS Access
> database or do I need a special driver?
>
> Thanks,
>
> Andree
Andree Ellert wrote:
>
>
> Hi!
>
> Is there a MATLAB command which gives access to a .mdb MS Access
> database or do I need a special driver?
>
> Thanks,
>
> Andree
<http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=4045&objectType=file>
-Hardik
...
accessing ms access via ODBC without Microsoft AccessHi,
If I have a computer without Microsoft Access installed but with an
ODBC connection to a .mdb file - can I still access the 'database' via
ODBC?
thanks
Tim
<timasmith@hotmail.com> wrote in message
news:1145206985.433826.106120@i40g2000cwc.googlegroups.com...
> Hi,
>
> If I have a computer without Microsoft Access installed but with an
> ODBC connection to a .mdb file - can I still access the 'database' via
> ODBC?
Yes, provided you are running a program prepared in a language that supports
ODBC and have installed an ODBC driver on that user's machine.
What you cannot do is to access a Jet (often called Access) database via
ODBC from Access. You can link to tables in that Jet database, or open it
directly, but you can't ODBC to Jet tables from Access itself.
Larry Linson
Microsoft Access MVP
...
Date picker from MS-Access 2000 to MS-Access 2003Hello.
How do I get a date picker (References: Microsoft Calendar Control 8.0
Location C:\Windows\System 32\mscal.ocx) inset in MS-Access 2000, to work in
MS-Access 2003.
TIA
J�rn
Why not scrap it and use the all-API approach Stephen Lebans has at
http://www.lebans.com/monthcalendar.htm
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"JHB" <joern_bea@removeThis_tdcadsl.dk> wrote in message
news:42190d18$0$48635$edfadb0f@dread15.news.tele.dk...
> Hello.
>
>
>
> How do I get a date picker (References: Microsoft Calendar Control 8.0
> Location C:\Windows\System 32\mscal.ocx) inset in MS-Access 2000, to work
> in
> MS-Access 2003.
>
>
>
> TIA
>
> J�rn
>
>
Allen Browne has an excellent calendar control at
http://allenbrowne.com/tips.html
--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
resource@pcdatasheet.com
www.pcdatasheet.com
"JHB" <joern_bea@removeThis_tdcadsl.dk> wrote in message
news:42190d18$0$48635$edfadb0f@dread15.news.tele.dk...
> Hello.
>
>
>
> How do I get a date picker (References: Microsoft Calendar Control 8.0
> Location C:\Windows\System 32\mscal.ocx) inset in MS-Access 2000, to work
in
> MS-Access 2003.
>
>
>
> TIA
>
> J�rn
>
>
Thanks for the link...
How to access MS Access from Perl?Hi,
Good day! I am writing some Perl script on the server side for HTML forms
that can create/update an MS Access database. Does anyone know of examples
how this can be done?
Your help is greatly appreciated.
-lc
Email to luican@yahoo.com bounces.
Anyway, try DBI and DBD::ODBC. Or maybe DBD::ADO, but I've never tried it.
----------------------------------------
http://cpan.org
http://search.cpan.org/~jurl/DBD-ODBC-1.09/ODBC.pm
...
Connect without DSN The ability to connect without a full DSN is introduced
in version 0.21.
Example (using MS Access): my $DSN = 'driver=Mi...
Accessing Access database filesIs there a JDBC driver or non-JDBC class library that would give a Java
program read/write access to the tables and schema in a MS Access
database?
I don't need to update the database, just examine the schema and table
contents. I don't have a copy od the Access software and nowhere to run
it because all my computers run Linux.
--
martin@ | Martin Gregorie
gregorie. | Essex, UK
org |
On 7/1/2014 9:28 AM, Martin Gregorie wrote:
> Is there a JDBC driver or non-JDBC class library that would give a Java
> program read/write access to the tables and schema in a MS Access
> database?
>
> I don't need to update the database, just examine the schema and table
> contents. I don't have a copy od the Access software and nowhere to run
> it because all my computers run Linux.
I haven't tried this myself, but Stack Overflow says:
"You can use JDBC-ODBC bridge by calling:
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver")
Then you can use JDBC database URL in form:
jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=c:\\Nwind.mdb
or if you configure your database in ODBC manager you can use its alias:
jdbc:odbc:northwind
"
You might need an older copy of the JDK because the driver was removed
in JDK 8. You can find drivers in a couple of places:
http://jackcess.sourceforge.net/
http://ucanaccess.sourceforge.net/site.html
On Tue, 01 Jul 2014 09:55:30 -...
Accessing a MS Access database across two serversHi
The technical support guys at my company have set up my system so that
the server containing the MS Access database is on one server, while
the pages that should access the database are on another server.
When the pages and database are on the same server, I usually just
connect through ODBC.
The problem is that I don't know how to set up an ODBC connection to
link from one server to a database in another.
Anyone know what I am getting at and know of a possible solution, or a
link to a site which may help.
thanks in advance
Brendan
"Singularity" <Brendan.Collins@Singularity.co.uk> wrote in message
news:1118749208.204709.287950@g49g2000cwa.googlegroups.com...
> Hi
>
> The technical support guys at my company have set up my system so that
> the server containing the MS Access database is on one server, while
> the pages that should access the database are on another server.
>
> When the pages and database are on the same server, I usually just
> connect through ODBC.
>
> The problem is that I don't know how to set up an ODBC connection to
> link from one server to a database in another.
>
> Anyone know what I am getting at and know of a possible solution, or a
> link to a site which may help.
>
I think this may be more of a network issue than an Access one. Can you see
both servers from your PC? Is there any particular reason why they've been
put on different servers? Seems a little odd to...
Accessing MS ACCESS database using Data EnvironmentHI,
I have developped a program in Visual Basic 6.0 using MS Access database.
I have created all my reports through Data Environment where I have
entered the location of my database file (for e.g c:\project\app\test.mdb)
in the Connection properties.
I have installed my application on another PC using Package & Deployment
wizard.
When viewing the reports on the other PC, I have to enter everytime the
new location of the database.
How can I solve this problem, please?
nadia wrote:
> HI,
> I have developped a program in Visual Basic 6.0 using MS Access database.
>...
access MS-Access database in C# Windows ApplicationHi, I am trying to access the MS Access database on my local machine
in C# Windows Application in Visual Studio.NET.
But it seems that it does not work. I use the Microsoft Application
Blocks to access the database.
I have tried 2 possible connection strings.
-----------------------------------------
str_1 = "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" + DBFilePath;
str_2 = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + DBFilePath;
//SqlHelper is the class in the Microsoft Application Blocks
SqlHelper.ExecuteNonQuery( str_1, CommandType.Text, SQL_str);
-----------------------------------
The error message I got is:
"Unknown connection option in connection string: driver." for str_1
and
" Unknown connection option in connection string: provider." for str_2
So I am wondering, where is the problem?
Is it because my connection string for MS Access is specified wrongly?
Or is it because I cannot use SqlHelper to access the MS Access
database? ( I have used SqlHelper class to access the MS SQL server,
and it works)
Your help will be greatly appreciated.
James
James wrote:
> Hi, I am trying to access the MS Access database on my local machine
> in C# Windows Application in Visual Studio.NET.
>
> But it seems that it does not work. I use the Microsoft Application
> Blocks to access the database.
>
> I have tried 2 possible connection strings.
>
> -----------------------------------------
> ...
WantedI am wanting to be able to write reports against an ms-access database
that is part of another package. I only want to report from the
database.
What I need is a package that will allow me to create the reports and
then be able to distribute a run-time version. The client may not have
Office so the package must run standalone. It could get to the Access
database through an ODBC driver.
Does anyone know what packages available?
It looks like Crystal Reports has taken out their runtime version with
their latest software but that was only a footnote in a book that I
was reading.
Please provide me with a list to start researching.
Thanks,
Joe
There used to be other third-party report writers, but I don't know how many
have survived over the years -- Crystal Reports appears to have been the
most popular of these packages. (It is the only one that I have observed
closely in use, and I saw some impressive work done with it on web
applications against SQL Server.)
Unless the magnitude of the distributable would be a problem, you can create
your reports in Access, and distribute the Access application to run them
with Access' runtime support. You'll get the Access runtime support in the
Office Developer Edition for Access 97 - 2002, and in the Visual Studio.NET
Tools for Office 2003 System for Access 2003.
If you have difficulties with deployment using only the Packaging and
Distribution Wizard, you can use a third-party installer such as Wise
InstallMaster or Instal...
Best way to access a remote MS ACCESS databaseWhat is the best way, via the internet, to access a remote Microsoft Access
database? I was thinking of using VPN, but I thought that I would check here
to see if there is a better way.
Any suggestions?
Thanks
Do you mean remotely controlling an Access database, or linking tables over
the internet? The first is doable, the second is a recipe for disaster.
Remote Control:
If your remote OS is Windows XP, you can use Remote Desktop (although only 1
person can access the PC at a time; this will change in the upcoming Service
Pack for XP, but that may not help you now). Otherwise, GoToMyPC offers
similar services, as does Terminal Server (a component of a Windows Server
machine), PCAnywhere, et al.
Linking to remote tables:
You will almost certainly encounter severe problems with corruption, and
your performance will almost certainly be so poor as to be unworkable. I
attempted this once, with a web server in Canada and my machine in Augusta,
GA. Even tiny data requests on a very well optimized data structure took
waaaay too long to process ... it's simply not workable, IMO.
Other alternatives would be covert the app to a web-based and place your
data on a web server. Access/Jet isn't really designed for those workloads,
but running a small site with minimal transactions and users can be done.
Otherwsie, consider switching to a more robust data platform like MySQL, SQL
Server, etc.
--
Scott McDaniel
CS Computer Software
Visual Bas...
Running a ms access database with access 2003 in VistaI have a Database that I am trying to run on a new vista computer. Up
to now I was running it on a win 98 computer and using access 2003! I
installed access 2003 and I can make it run and view the data but I
can not save any new records.
Has any one seen this problem yet?
Thanks Clarence Wollman
On Wed, 22 Aug 2007 13:17:13 -0700, cwoll <clarencewollman@gmail.com>
wrote:
Do you have the same problem with the Northwind sample application?
(search your computer for northwind.mdb)
-Tom.
>I have a Database that I am trying to run on a new vista computer. Up
>to now I was running it on a win 98 computer and using access 2003! I
>installed access 2003 and I can make it run and view the data but I
>can not save any new records.
>Has any one seen this problem yet?
>
>Thanks Clarence Wollman
On Aug 22, 7:29 pm, Tom van Stiphout <no.spam.tom7...@cox.net> wrote:
> On Wed, 22 Aug 2007 13:17:13 -0700, cwoll <clarencewoll...@gmail.com>
> wrote:
>
> Do you have the same problem with the Northwind sample application?
> (search your computer for northwind.mdb)
I don't have a problem opening and editing the northwind.mdb.
Thanks
Hi
I found a workaround. This database has a fronted and a backed. When I
link them in the linked table manager, I was going threw the network
to my computer. The reason I am doing this is when any networked
computer opens the shortcut to the front end of this computer the
linked table manger knows...
Use ASP to read MS Access query that calls MS Access functionHi:
I have an MS Access query for a table called MyTable. One of my
fields in the query is a custom field that looks like "MyField: =
MyFunction(ID)" where ID is a field in MyTable.
I have ASP code and I can use it to read the query OK when "MyField"
is not part of the query. If I add in MyField and then run my ASP
code to try to read all the query fields, I get an error message on my
web browser which says something to the effect of "cannot find
MyFunction." On the Access side, I have MyFunction set up in a module
and use the keyword "Public" in front of the function name. What else
do I need to do to get my ASP code to run this query. I'm trying to
avoid reproducing MyFunction within the ASP code if possible.
Thanks.
Kevin
On Thu, 14 Jun 2007 21:38:19 -0000, k-man <kmccrack@gmail.com> wrote:
Sorry, no can do. From ASP you don't have access to the Access VBA
interpreter.
-Tom.
>Hi:
>
>I have an MS Access query for a table called MyTable. One of my
>fields in the query is a custom field that looks like "MyField: =
>MyFunction(ID)" where ID is a field in MyTable.
>
>I have ASP code and I can use it to read the query OK when "MyField"
>is not part of the query. If I add in MyField and then run my ASP
>code to try to read all the query fields, I get an error message on my
>web browser which says something to the effect of "cannot find
>MyFunction."...
accessing MS Access database fila via ODBC problemHi!
I'm trying to connect to a MDB file via ODBC like this:
char *DSN = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=c:\\dev-cpp\\test\\1.mdb";
SQLAllocEnv(&env);
SQLAllocConnect(env, &hdbc);
SQLBrowseConnect(hdbc,
(UCHAR*)DSN,
strlen(DSN),
(UCHAR*)buf,
BUF_SIZE,
(SQLSMALLINT*)&rcvlen);
The function SQLBrowseConnect fails and SQLGetDiagRec returns
"IM001 Driver does not support this function"
Can anyone help me?
Thanks!
David
On Sun, 10 Jul 2005 12:55:30 +0200, David Siroky <dsiroky@email.cz>
wrote:
>Hi!
>
>I'm trying to connect to a MDB file via ODBC like this:
>
>char *DSN = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=c:\\dev-cpp\\test\\1.mdb";
>
>SQLAllocEnv(&env);
>SQLAllocConnect(env, &hdbc);
>SQLBrowseConnect(hdbc,
> (UCHAR*)DSN,
> strlen(DSN),
> (UCHAR*)buf,
> BUF_SIZE,
> (SQLSMALLINT*)&rcvlen);
>
>The function SQLBrowseConnect fails and SQLGetDiagRec returns
>"IM001 Driver does not support this function"
>
>Can anyone help me?
>
>Thanks!
>
>David
>
Hi
Maybe you need to post to another group, this one is very VB-based,
but
1. Can't you use ADO instead of ODBC? It is a lot ea...
Accessing Access
Hello, what would be a good module for accessing data contained in
a MS Access database file? Are there any examples of doing this
that you know of?
In article <nn1Ah.2617$2%1.2205@trndny02>, <QoS@domain.invalid.com> wrote:
>
>Hello, what would be a good module for accessing data contained in
>a MS Access database file? Are there any examples of doing this
>that you know of?
Depends what kind of platform you can use.
If you are under Windows, DBD::ODBC will work wonders.
If you `bridge' Windows <-> Unix, you can set up a DBI::ProxyServer on
a windows...
access to AccessWe use MS access 2000 at work and few people know how to work it including
me.
We are using it on a network and more than one person is trying to access it
at once. Needless to say this isn't working as one has to log out first
before another can enter data. Is there an easy way around this? Or a
complicated way, actually I'll take anyway.
Thanks Mike
We have just started this database so any changes would be better done
sooner.
Mike Kelliher wrote:
> We use MS access 2000 at work and few people know how to work it
> including me.
> We are using it on a network and more than one person is trying to
> access it at once. Needless to say this isn't working as one has to
> log out first before another can enter data. Is there an easy way
> around this? Or a complicated way, actually I'll take anyway.
> Thanks Mike
> We have just started this database so any changes would be better done
> sooner.
It's highly recommended to have the database split with the data on the
shared network drive and a copy of the frontend (forms/reports/etc) on each
PC.
You'll still get issues if people try to edit the same record for example.
Also, you must make sure each user has permission to create new files on the
network dive/folder where the MDB is located as Access dynamically creates
an LDB file for record locking. If they can't create this file then Access
reverts to single-user only.
--
regards,
Br@dley
Br@dley wrote:...
Accessing 2 tables having same name but different databases ms-accessHi,
I have an application with MS-Access as backend and JSP/ tomcat as
frontend/webserver.
For getting better response time(as access is very slow compared to
other RDBMS's), I have split the main DB into two DB's on different
disks on my server for better performance.I have kept the table names
same but changed the DB names. How do I access tables from both the
DB's?
This is what I have done; I made different connection to the
respective DB's i.e. con and con2. When I want to access data, I am
using 2 result sets for retriving data from the tables, but getting no
result. Here is my code:
rs2_1=stmt2_1.executeQuery("select * from Requests where
Status='Released' AND LoginName='"+login+"' order by Req_No");
rs=stmt.executeQuery("select * from Requests where Status='Released'
AND LoginName='"+login+"' AND Req_No> 5500 order by Req_No");
So, rs & stmt are for latest records and rs2_1 & stmt2_1 correspond
the records from older DB.
I think, I'm forgetting some small thing but cant get it.
Please advice.
What do you mean "no result"? Does "next()" return false for both rs2_1 an=
d rs?
If you're really trying to improve response time, you should probably be ru=
nning the two queries in separate threads ... but as you acknowledge, Acces=
s may not have as high performance as other RDBMSs. You would also see rel=
iability adv...
How to import a tab delimited text file into MS Access databaseHi,
I have the following task to be done in VC++ 6.0. I have a tab
delimited text file that needs to be imported into a MS Access table.
The table is created and the table structure is defined using DAO
methods. So now I have to fill this table with the data in the text
files. For a few rows in the text file, the number of columns could be
less than the number of columns in the table. Can anyone please post me
the code to do this. Thanks a ton in advance.
Pradeep wrote:
> I have the following task to be done in VC++ 6.0.
We'd be happy to give you the VBA code, but do you really want to throw away
your C++ and use Microsoft Access for the job? If you want to keep C++, you
can ask for C++ code in another newsgroup, because we'd just be guessing.
--
Message posted via http://www.accessmonster.com
...
Accessing a passworded MS Access 2000 database in Crystal ReportsCan anybody give me some code that I can put in to my VB6 app to open a
passworded Access database in the Crystal Reports 8.5 RDC? I see so
many examples - none of which seem to work for me.
I am using a native connection in Crystal ( pdbdao.dll).
My current code is :
Dim Report As New crPrintPreview
Dim crTable As CRAXDRT.DatabaseTable
Private Sub Form_Load()
Set crTable = Report.Database.Tables.Item(1)
varpath = CurDir
crTable.Location = varpath & "\OrderManager.mdb"
CRViewer1.ReportSource = Report
CRViewer1.ViewReport
End Sub
All I receive is the message "Error opening file xxxxxxx etc" and then
"Open Database session failed"
Appreciate any help!
Peter Tyler
...
Import MS Office Excel Comma Separated Values Files into a MS Access 2003 databaseHi,
I have been tasked with Importing MS Office Excel Comma Separated
Values Files into a MS Access 2003 database. These files were exported
from a DB2 database.I have also been given the DDL code. I have
Googled a solution to this task and have tried creating these tables
using the DDL code in a query within a blank MS Access database. Is
there a more expedient way to achieve this? I noticed, for example,
that a field in DB2 has a data type of "decimal" while the same field
would have the data type of "number".
Thanks,
Zuf
What follows is the DDL:
-------...
Accessing a passworded MS Access 2000 database in Crystal Reports #2Can anybody give me some code that I can put in to my VB6 app to open a
passworded Access database in the Crystal Reports 8.5 RDC? I see so
many examples - none of which seem to work for me.
I am using a native connection in Crystal ( pdbdao.dll).
My current code is :
Dim Report As New crPrintPreview
Dim crTable As CRAXDRT.DatabaseTable
Private Sub Form_Load()
Set crTable = Report.Database.Tables.Item(1)
varpath = CurDir
crTable.Location = varpath & "\OrderManager.mdb"
CRViewer1.ReportSource = Report
CRViewer1.ViewReport
End Sub
All I receive is the message "Error opening file xxxxxxx etc" and then
"Open Database session failed"
Appreciate any help!
Peter Tyler
...