Sahed database problem

  • Thread starter Thread starter microsoft
  • Start date Start date
M

microsoft

Hi,
In my vb.net project, I use a ms-access2002 database
I've a connection class that respect the SINGLETON pattern, Every thing is
ok in my machine but in the client environment where it has many machines
acceessing to the database I've many error on SELECT queries (not UPDATE)

Any idea plaese, do I have to do some thing for a shared database
environment.

Thanks
 
Almost everybody in this newsgroup is using VB6 or lower. While you may get
a stray answer to VB.NET / VB2003 / VB2005 questions here, you should ask
them in newsgroups
devoted exclusively to .NET programming. Look for newsgroups with either the
word "dotnet" or "vsnet" in their name.

For the microsoft news server, try these newsgroups...

microsoft.public.dotnet.general
microsoft.public.dotnet.languages.vb
microsoft.public.vsnet.general

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
Veign's Blog
http://www.veign.com/blog
 
Errr, Chris, he is crossposting :-)
As for the problem, what errors do you get?
 
Sahed,

It is not really important, however you have added some in first sight
newsgroups in your crossposting.

I have the idea that you are using as program language VB6 or older and ADO,
can you enlighten us in that?

Adonet is a part of dotNet and can not be used from VB6 or older.

Cor
 
OOPs
It is not really important, however you have added some in first sight
newsgroups in your crossposting.
It is not really important, however you have added some in first sight
*not matching* newsgroups in your crossposting.
 
Ahh...Didn't notice the others groups in the list...

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
Veign's Blog
http://www.veign.com/blog
--


Miha Markic said:
Errr, Chris, he is crossposting :-)
As for the problem, what errors do you get?

--
Miha Markic [MVP C#]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/


Veign said:
Almost everybody in this newsgroup is using VB6 or lower. While you may
get
a stray answer to VB.NET / VB2003 / VB2005 questions here, you should ask
them in newsgroups
devoted exclusively to .NET programming. Look for newsgroups with either
the
word "dotnet" or "vsnet" in their name.

For the microsoft news server, try these newsgroups...

microsoft.public.dotnet.general
microsoft.public.dotnet.languages.vb
microsoft.public.vsnet.general

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
Veign's Blog
http://www.veign.com/blog
 
Back
Top