473,473 Members | 1,469 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Multi Database application

Hello,
I'm wondering what are the usual problems developing multi database
application (e.g. Access, SQL, Oracle, MySQL..)
I only need to log informations on 3/4 tables (I don't use stored proceure,
view..).
Should I use ODBC ?
Regards

Vittorio
Nov 20 '05 #1
6 1323
Cor
Hi Vittorio,

What are the usual problems depends on knowledge of the person who makes it.

With those databases you can choise for OLEDB
http://www.connectionstrings.com

Although tailoring on Oracle for Oracle, SQL for SQL server and OleDb for
the rest will give you as far as I know the best performance

Just my thougths

Cor

Nov 20 '05 #2
Cor
Hi Vittorio,

What are the usual problems depends on knowledge of the person who makes it.

With those databases you can choise for OLEDB
http://www.connectionstrings.com

Although tailoring on Oracle for Oracle, SQL for SQL server and OleDb for
the rest will give you as far as I know the best performance

Just my thougths

Cor

Nov 20 '05 #3
Really thanks

Vittorio

"Cor" <no*@non.com> ha scritto nel messaggio
news:Oz*************@TK2MSFTNGP11.phx.gbl...
Hi Vittorio,

What are the usual problems depends on knowledge of the person who makes it.
With those databases you can choise for OLEDB
http://www.connectionstrings.com

Although tailoring on Oracle for Oracle, SQL for SQL server and OleDb for
the rest will give you as far as I know the best performance

Just my thougths

Cor

Nov 20 '05 #4
Really thanks

Vittorio

"Cor" <no*@non.com> ha scritto nel messaggio
news:Oz*************@TK2MSFTNGP11.phx.gbl...
Hi Vittorio,

What are the usual problems depends on knowledge of the person who makes it.
With those databases you can choise for OLEDB
http://www.connectionstrings.com

Although tailoring on Oracle for Oracle, SQL for SQL server and OleDb for
the rest will give you as far as I know the best performance

Just my thougths

Cor

Nov 20 '05 #5
Ok I just experienced a small problem, my create table statements for MS SQL
doesn't work with Access, the problem appear with IDENTITY field (below the
query); do exist a common language ?

CREATE TABLE [CheckDisk] (
[ID] int IDENTITY (1, 1) NOT NULL ,
[ConfigName] char (50) NOT NULL ,
[Description] char (255) NOT NULL ,
[Threshold] int NOT NULL ,
[Type] char (15) NOT NULL ,
[LastDate] datetime NULL
)

Vittorio

"Cor" <no*@non.com> ha scritto nel messaggio
news:Oz*************@TK2MSFTNGP11.phx.gbl...
Hi Vittorio,

What are the usual problems depends on knowledge of the person who makes it.
With those databases you can choise for OLEDB
http://www.connectionstrings.com

Although tailoring on Oracle for Oracle, SQL for SQL server and OleDb for
the rest will give you as far as I know the best performance

Just my thougths

Cor

Nov 20 '05 #6
Ok I just experienced a small problem, my create table statements for MS SQL
doesn't work with Access, the problem appear with IDENTITY field (below the
query); do exist a common language ?

CREATE TABLE [CheckDisk] (
[ID] int IDENTITY (1, 1) NOT NULL ,
[ConfigName] char (50) NOT NULL ,
[Description] char (255) NOT NULL ,
[Threshold] int NOT NULL ,
[Type] char (15) NOT NULL ,
[LastDate] datetime NULL
)

Vittorio

"Cor" <no*@non.com> ha scritto nel messaggio
news:Oz*************@TK2MSFTNGP11.phx.gbl...
Hi Vittorio,

What are the usual problems depends on knowledge of the person who makes it.
With those databases you can choise for OLEDB
http://www.connectionstrings.com

Although tailoring on Oracle for Oracle, SQL for SQL server and OleDb for
the rest will give you as far as I know the best performance

Just my thougths

Cor

Nov 20 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: John Pollins | last post by:
Greetings, We are trying to set up a set of "Leading Practices" for our developers, as well as ourselves, and hope some gentle reader can recommend some documentation in favor of what appears to...
5
by: Rob Durant | last post by:
Hi, I have a multi-threaded application (have also tried as service - same behaviour) that runs fine on XP, but not on 2003. Symptoms are: Threads are started normally, locks acquired and...
3
by: canigou9 (remove your socks to reply) | last post by:
(cross posted - comp.databases.ms-access, microsoft.public.access) Hello folks - this is my first post here, after a short lurk. I have written an application in Access2002 for a friend's...
9
by: cheryl | last post by:
I am relatively new to programming in Access for a multi user environment, and am having trouble figuring out if there is a way to accomplish one of our user requests. I am working on a multi...
5
by: bobwansink | last post by:
Hi, I'm relatively new to programming and I would like to create a C++ multi user program. It's for a project for school. This means I will have to write a paper about the theory too. Does anyone...
5
by: kito | last post by:
Hi, I've a question, regarding the multi-tier model of designing applications. I'm programming a web-application (Little web-shop) in VB.net for a project of the university and my question is the...
45
by: Luvin lunch | last post by:
Hi, I'm new to Access and have been asked to develop a simple Access system to replace one that already exists. There are five users of the current Access system and each of the users works off...
0
by: JeffJones176 | last post by:
Hello All: I am very new to multi-threaded programming and have a need (I think) to write an application that uses multi-threaded pages. My scenario follows: My business has multiple...
6
by: =?Utf-8?B?YzY3NjIyOA==?= | last post by:
Hi all, I have a good question for you. Our company would like to display Chinese(either simplifiled or traditional version) for all field labels on any asp page, but customers can enter text/data...
31
by: zdenko | last post by:
I have a multi user database and users were created by user level security wizzard - as I mentioned in message before. Everything works fine for those users, but now I have another problem. I have...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.