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

Home Posts Topics Members FAQ

Sybase to Access

I'm working on a Visual Basic .NET using Access database. However, my
client already have a 30MB database with Sybase ASA and Sybase is way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two databases
co-exist together?

Dec 14 '06 #1
26 2353
see

http://72.14.205.104/search?q=cache:...s&ct=clnk&cd=3
"codercode" <wo********@gmail.comwrote in message
news:11*********************@80g2000cwy.googlegrou ps.com...
I'm working on a Visual Basic .NET using Access database. However, my
client already have a 30MB database with Sybase ASA and Sybase is way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two databases
co-exist together?

Dec 14 '06 #2
Are you ending your career with that client, advising Access, while there
are 2 free SQL servers which do a better job?

Just my thought reading your message,

Cor

"codercode" <wo********@gmail.comschreef in bericht
news:11*********************@80g2000cwy.googlegrou ps.com...
I'm working on a Visual Basic .NET using Access database. However, my
client already have a 30MB database with Sybase ASA and Sybase is way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two databases
co-exist together?

Dec 15 '06 #3
LOL

"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:uM**************@TK2MSFTNGP06.phx.gbl...
Are you ending your career with that client, advising Access, while there
are 2 free SQL servers which do a better job?

Just my thought reading your message,

Cor

"codercode" <wo********@gmail.comschreef in bericht
news:11*********************@80g2000cwy.googlegrou ps.com...
>I'm working on a Visual Basic .NET using Access database. However, my
client already have a 30MB database with Sybase ASA and Sybase is way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two databases
co-exist together?


Dec 15 '06 #4
I agree.

Anyone using MDB for __anything__ in the year 2006 should be fired and
then spit upon

-Aaron


Cor Ligthert [MVP] wrote:
Are you ending your career with that client, advising Access, while there
are 2 free SQL servers which do a better job?

Just my thought reading your message,

Cor

"codercode" <wo********@gmail.comschreef in bericht
news:11*********************@80g2000cwy.googlegrou ps.com...
I'm working on a Visual Basic .NET using Access database. However, my
client already have a 30MB database with Sybase ASA and Sybase is way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two databases
co-exist together?
Dec 15 '06 #5
Access is a toy for storing "My CD Collection" or "My Favourite
Ponies". It is not a DB in any sense that that term "DB" is usually
used
in a professional environment.

Fucking grow up and use SQL Server.

The Grand Master
codercode wrote:
I'm working on a Visual Basic .NET using Access database. However, my
client already have a 30MB database with Sybase ASA and Sybase is way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two databases
co-exist together?
Dec 19 '06 #6
Master;

Oh I fully agree.
But Access is also a replacement for Crystal Reports.. Access Data
Projects are a very powerful alternative; no DLL hell to play with.

Just simple bound forms.. much much better than VB6; but it's the same
architecture so it's all good

I hate MDB with a vengence.
But ADP is a great way to keep VB6 code without rewriting it.

We're a fully supported platform for VB6 ADO code against SQL Server.
you should check it out sometime..

-Aaron

Master Programmer wrote:
Access is a toy for storing "My CD Collection" or "My Favourite
Ponies". It is not a DB in any sense that that term "DB" is usually
used
in a professional environment.

Fucking grow up and use SQL Server.

The Grand Master
codercode wrote:
I'm working on a Visual Basic .NET using Access database. However, my
client already have a 30MB database with Sybase ASA and Sybase is way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two databases
co-exist together?
Dec 19 '06 #7
Aaron

Have you used database encryption for SQL Server before?

The Grand Master

aa*********@gmail.com wrote:
Master;

Oh I fully agree.
But Access is also a replacement for Crystal Reports.. Access Data
Projects are a very powerful alternative; no DLL hell to play with.

Just simple bound forms.. much much better than VB6; but it's the same
architecture so it's all good

I hate MDB with a vengence.
But ADP is a great way to keep VB6 code without rewriting it.

We're a fully supported platform for VB6 ADO code against SQL Server.
you should check it out sometime..

-Aaron

Master Programmer wrote:
Access is a toy for storing "My CD Collection" or "My Favourite
Ponies". It is not a DB in any sense that that term "DB" is usually
used
in a professional environment.

Fucking grow up and use SQL Server.

The Grand Master
codercode wrote:
I'm working on a Visual Basic .NET using Access database. However, my
client already have a 30MB database with Sybase ASA and Sybase is way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two databases
co-exist together?
Dec 20 '06 #8
to encrpyt text or the connection string argument?

ADP supports both without a problem

-aaron

Master Programmer wrote:
Aaron

Have you used database encryption for SQL Server before?

The Grand Master

aa*********@gmail.com wrote:
Master;

Oh I fully agree.
But Access is also a replacement for Crystal Reports.. Access Data
Projects are a very powerful alternative; no DLL hell to play with.

Just simple bound forms.. much much better than VB6; but it's the same
architecture so it's all good

I hate MDB with a vengence.
But ADP is a great way to keep VB6 code without rewriting it.

We're a fully supported platform for VB6 ADO code against SQL Server.
you should check it out sometime..

-Aaron

Master Programmer wrote:
Access is a toy for storing "My CD Collection" or "My Favourite
Ponies". It is not a DB in any sense that that term "DB" is usually
used
in a professional environment.
>
Fucking grow up and use SQL Server.
>
The Grand Master
>
>
codercode wrote:
I'm working on a Visual Basic .NET using Access database. However, my
client already have a 30MB database with Sybase ASA and Sybase is way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two databases
co-exist together?
Dec 20 '06 #9
like for passwords and stupid stuff like that?

yeah I've got a couple of functions to do it; i just dont know if i see
the point.

encryption within a database is fucking pointless.
you just can't use SQL authentication for ANYTHING on ANY SERVER and
you're fairly secure-- out of the box

-Aaron
Master Programmer wrote:
Aaron

Have you used database encryption for SQL Server before?

The Grand Master

aa*********@gmail.com wrote:
Master;

Oh I fully agree.
But Access is also a replacement for Crystal Reports.. Access Data
Projects are a very powerful alternative; no DLL hell to play with.

Just simple bound forms.. much much better than VB6; but it's the same
architecture so it's all good

I hate MDB with a vengence.
But ADP is a great way to keep VB6 code without rewriting it.

We're a fully supported platform for VB6 ADO code against SQL Server.
you should check it out sometime..

-Aaron

Master Programmer wrote:
Access is a toy for storing "My CD Collection" or "My Favourite
Ponies". It is not a DB in any sense that that term "DB" is usually
used
in a professional environment.
>
Fucking grow up and use SQL Server.
>
The Grand Master
>
>
codercode wrote:
I'm working on a Visual Basic .NET using Access database. However, my
client already have a 30MB database with Sybase ASA and Sybase is way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two databases
co-exist together?
Dec 20 '06 #10
and of course you need 'trust for delegation' and setspn
Master Programmer wrote:
Aaron

Have you used database encryption for SQL Server before?

The Grand Master

aa*********@gmail.com wrote:
Master;

Oh I fully agree.
But Access is also a replacement for Crystal Reports.. Access Data
Projects are a very powerful alternative; no DLL hell to play with.

Just simple bound forms.. much much better than VB6; but it's the same
architecture so it's all good

I hate MDB with a vengence.
But ADP is a great way to keep VB6 code without rewriting it.

We're a fully supported platform for VB6 ADO code against SQL Server.
you should check it out sometime..

-Aaron

Master Programmer wrote:
Access is a toy for storing "My CD Collection" or "My Favourite
Ponies". It is not a DB in any sense that that term "DB" is usually
used
in a professional environment.
>
Fucking grow up and use SQL Server.
>
The Grand Master
>
>
codercode wrote:
I'm working on a Visual Basic .NET using Access database. However, my
client already have a 30MB database with Sybase ASA and Sybase is way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two databases
co-exist together?
Dec 20 '06 #11
Its the IT dept thats not trusted. They must not see the data. Think I
will just have to encrypt the fields that are sensitive.

The Grand Master

aa*********@gmail.com wrote:
like for passwords and stupid stuff like that?

yeah I've got a couple of functions to do it; i just dont know if i see
the point.

encryption within a database is fucking pointless.
you just can't use SQL authentication for ANYTHING on ANY SERVER and
you're fairly secure-- out of the box

-Aaron
Master Programmer wrote:
Aaron

Have you used database encryption for SQL Server before?

The Grand Master

aa*********@gmail.com wrote:
Master;
>
Oh I fully agree.
But Access is also a replacement for Crystal Reports.. Access Data
Projects are a very powerful alternative; no DLL hell to play with.
>
Just simple bound forms.. much much better than VB6; but it's the same
architecture so it's all good
>
I hate MDB with a vengence.
But ADP is a great way to keep VB6 code without rewriting it.
>
We're a fully supported platform for VB6 ADO code against SQL Server.
you should check it out sometime..
>
-Aaron
>
>
>
Master Programmer wrote:
Access is a toy for storing "My CD Collection" or "My Favourite
Ponies". It is not a DB in any sense that that term "DB" is usually
used
in a professional environment.

Fucking grow up and use SQL Server.

The Grand Master


codercode wrote:
I'm working on a Visual Basic .NET using Access database. However, my
client already have a 30MB database with Sybase ASA and Sybase is way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two databases
co-exist together?
Dec 21 '06 #12
At then end of the day the windows authentication system is that easy
to crack if they have physical access, that the only option seems to be
to encrypt the fields using the program

The Grand Master

aa*********@gmail.com wrote:
and of course you need 'trust for delegation' and setspn
Master Programmer wrote:
Aaron

Have you used database encryption for SQL Server before?

The Grand Master

aa*********@gmail.com wrote:
Master;
>
Oh I fully agree.
But Access is also a replacement for Crystal Reports.. Access Data
Projects are a very powerful alternative; no DLL hell to play with.
>
Just simple bound forms.. much much better than VB6; but it's the same
architecture so it's all good
>
I hate MDB with a vengence.
But ADP is a great way to keep VB6 code without rewriting it.
>
We're a fully supported platform for VB6 ADO code against SQL Server.
you should check it out sometime..
>
-Aaron
>
>
>
Master Programmer wrote:
Access is a toy for storing "My CD Collection" or "My Favourite
Ponies". It is not a DB in any sense that that term "DB" is usually
used
in a professional environment.

Fucking grow up and use SQL Server.

The Grand Master


codercode wrote:
I'm working on a Visual Basic .NET using Access database. However, my
client already have a 30MB database with Sybase ASA and Sybase is way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two databases
co-exist together?
Dec 21 '06 #13
windows authentication isn't easy to crack if they have physical access

sql authentication is 'impossible to secure'

but that doesn't make windows authentication impossible to secure

how are you going to crack in.. guest accounts? escalation due to trust
of the network account?

I dont let anyone hit the database; they can all do read only through a
cube for all I care

-Aaron

Master Programmer wrote:
At then end of the day the windows authentication system is that easy
to crack if they have physical access, that the only option seems to be
to encrypt the fields using the program

The Grand Master

aa*********@gmail.com wrote:
and of course you need 'trust for delegation' and setspn
Master Programmer wrote:
Aaron
>
Have you used database encryption for SQL Server before?
>
The Grand Master
>
aa*********@gmail.com wrote:
Master;

Oh I fully agree.
But Access is also a replacement for Crystal Reports.. Access Data
Projects are a very powerful alternative; no DLL hell to play with.

Just simple bound forms.. much much better than VB6; but it's the same
architecture so it's all good

I hate MDB with a vengence.
But ADP is a great way to keep VB6 code without rewriting it.

We're a fully supported platform for VB6 ADO code against SQL Server.
you should check it out sometime..

-Aaron



Master Programmer wrote:
Access is a toy for storing "My CD Collection" or "My Favourite
Ponies". It is not a DB in any sense that that term "DB" is usually
used
in a professional environment.
>
Fucking grow up and use SQL Server.
>
The Grand Master
>
>
codercode wrote:
I'm working on a Visual Basic .NET using Access database. However, my
client already have a 30MB database with Sybase ASA and Sybase is way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two databases
co-exist together?
Dec 21 '06 #14
Windows authentication is childishly easy to crack if you have physical
access to the box. There are lots of brute force crackers availble,
they work offline on the SAM file containing the users/passwords. I
bought a used dell box a while ago and didn't have the password. I
found a web site that allows you to boot your PC from a floppy, it then
grabs the sam file and saves it to the floppy. Then you upload the
file to the web site and 24 hours later they send you all of the
usernames and passwords. There are other methods too, including
downloadable ISO files allowing you to create a CD that has a bootable
linux and a brute force cracker and dictionary.

The Grand Master
aa*********@gmail.com wrote:
windows authentication isn't easy to crack if they have physical access

sql authentication is 'impossible to secure'

but that doesn't make windows authentication impossible to secure

how are you going to crack in.. guest accounts? escalation due to trust
of the network account?

I dont let anyone hit the database; they can all do read only through a
cube for all I care

-Aaron

Master Programmer wrote:
At then end of the day the windows authentication system is that easy
to crack if they have physical access, that the only option seems to be
to encrypt the fields using the program

The Grand Master

aa*********@gmail.com wrote:
and of course you need 'trust for delegation' and setspn
>
>
Master Programmer wrote:
Aaron

Have you used database encryption for SQL Server before?

The Grand Master

aa*********@gmail.com wrote:
Master;
>
Oh I fully agree.
But Access is also a replacement for Crystal Reports.. Access Data
Projects are a very powerful alternative; no DLL hell to play with.
>
Just simple bound forms.. much much better than VB6; but it's the same
architecture so it's all good
>
I hate MDB with a vengence.
But ADP is a great way to keep VB6 code without rewriting it.
>
We're a fully supported platform for VB6 ADO code against SQL Server.
you should check it out sometime..
>
-Aaron
>
>
>
Master Programmer wrote:
Access is a toy for storing "My CD Collection" or "My Favourite
Ponies". It is not a DB in any sense that that term "DB" is usually
used
in a professional environment.

Fucking grow up and use SQL Server.

The Grand Master


codercode wrote:
I'm working on a Visual Basic .NET using Access database. However, my
client already have a 30MB database with Sybase ASA and Sybase is way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two databases
co-exist together?
Dec 22 '06 #15
having physical access to the computer is different than having
physical access to the computer.

and for the record; I use 15-16 character passwords everywhere I go..
_not_ crackable

-Aaron
Master Programmer wrote:
Windows authentication is childishly easy to crack if you have physical
access to the box. There are lots of brute force crackers availble,
they work offline on the SAM file containing the users/passwords. I
bought a used dell box a while ago and didn't have the password. I
found a web site that allows you to boot your PC from a floppy, it then
grabs the sam file and saves it to the floppy. Then you upload the
file to the web site and 24 hours later they send you all of the
usernames and passwords. There are other methods too, including
downloadable ISO files allowing you to create a CD that has a bootable
linux and a brute force cracker and dictionary.

The Grand Master
aa*********@gmail.com wrote:
windows authentication isn't easy to crack if they have physical access

sql authentication is 'impossible to secure'

but that doesn't make windows authentication impossible to secure

how are you going to crack in.. guest accounts? escalation due to trust
of the network account?

I dont let anyone hit the database; they can all do read only through a
cube for all I care

-Aaron

Master Programmer wrote:
At then end of the day the windows authentication system is that easy
to crack if they have physical access, that the only option seems to be
to encrypt the fields using the program
>
The Grand Master
>
aa*********@gmail.com wrote:
and of course you need 'trust for delegation' and setspn


Master Programmer wrote:
Aaron
>
Have you used database encryption for SQL Server before?
>
The Grand Master
>
aa*********@gmail.com wrote:
Master;

Oh I fully agree.
But Access is also a replacement for Crystal Reports.. Access Data
Projects are a very powerful alternative; no DLL hell to play with.

Just simple bound forms.. much much better than VB6; but it's the same
architecture so it's all good

I hate MDB with a vengence.
But ADP is a great way to keep VB6 code without rewriting it.

We're a fully supported platform for VB6 ADO code against SQL Server.
you should check it out sometime..

-Aaron



Master Programmer wrote:
Access is a toy for storing "My CD Collection" or "My Favourite
Ponies". It is not a DB in any sense that that term "DB" is usually
used
in a professional environment.
>
Fucking grow up and use SQL Server.
>
The Grand Master
>
>
codercode wrote:
I'm working on a Visual Basic .NET using Access database. However, my
client already have a 30MB database with Sybase ASA and Sybase is way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two databases
co-exist together?
Dec 26 '06 #16
yeah we had to sniff the password hashes for customers.. and then we
had to do this for a couple of hundred clients-- so that we didn't
force them to reset their password :)

not rocket science.
databases can make pretty easy work of it

but it's not practical.

being able to take a server home-- and use brute force and a year to
crack my password:

a) i'll have changed passwords by then
b) you still get a bunch of candidate keys... if you get a hit on my
hash; and you try 10 of them; then you have a trail of failed logons
c) this doesn't mean that Windows NT authentication in a typical
network setup is 'impossible to secure'

Windows NT authentication is _WONDERFUL_ in SQL Server.

and _NO_ it should not be the single logon method for windows apps--

but altogether it is pretty powerful; pretty secure.

I just can't stand SQL Authentication.

70% of the clients I've had in the past 10 years use SQL
Authentication.. that is just flat out fucking ridiculous.

I wish that everyone used mySql-- then you could secure it so that
you're only getting hits from a particular IP address.

it makes a lot of sense; they should really duplicate that
functionality in SQL Server.

-Aaron

Master Programmer wrote:
Windows authentication is childishly easy to crack if you have physical
access to the box. There are lots of brute force crackers availble,
they work offline on the SAM file containing the users/passwords. I
bought a used dell box a while ago and didn't have the password. I
found a web site that allows you to boot your PC from a floppy, it then
grabs the sam file and saves it to the floppy. Then you upload the
file to the web site and 24 hours later they send you all of the
usernames and passwords. There are other methods too, including
downloadable ISO files allowing you to create a CD that has a bootable
linux and a brute force cracker and dictionary.

The Grand Master
aa*********@gmail.com wrote:
windows authentication isn't easy to crack if they have physical access

sql authentication is 'impossible to secure'

but that doesn't make windows authentication impossible to secure

how are you going to crack in.. guest accounts? escalation due to trust
of the network account?

I dont let anyone hit the database; they can all do read only through a
cube for all I care

-Aaron

Master Programmer wrote:
At then end of the day the windows authentication system is that easy
to crack if they have physical access, that the only option seems to be
to encrypt the fields using the program
>
The Grand Master
>
aa*********@gmail.com wrote:
and of course you need 'trust for delegation' and setspn


Master Programmer wrote:
Aaron
>
Have you used database encryption for SQL Server before?
>
The Grand Master
>
aa*********@gmail.com wrote:
Master;

Oh I fully agree.
But Access is also a replacement for Crystal Reports.. Access Data
Projects are a very powerful alternative; no DLL hell to play with.

Just simple bound forms.. much much better than VB6; but it's the same
architecture so it's all good

I hate MDB with a vengence.
But ADP is a great way to keep VB6 code without rewriting it.

We're a fully supported platform for VB6 ADO code against SQL Server.
you should check it out sometime..

-Aaron



Master Programmer wrote:
Access is a toy for storing "My CD Collection" or "My Favourite
Ponies". It is not a DB in any sense that that term "DB" is usually
used
in a professional environment.
>
Fucking grow up and use SQL Server.
>
The Grand Master
>
>
codercode wrote:
I'm working on a Visual Basic .NET using Access database. However, my
client already have a 30MB database with Sybase ASA and Sybase is way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two databases
co-exist together?
Dec 26 '06 #17
Not sure of the question.

1.) Access would really bite with a 30MB database--not recommended.
2.) Access could use link tables to link to Sybase perhaps and give you
"access" to it. then again, why would you use Access if that were possible
instead of just getting the drivers to connect directly to Sybase.
3.) If it is a problem you might consider migrating to MySQL.
"codercode" <wo********@gmail.comwrote in message
news:11*********************@80g2000cwy.googlegrou ps.com...
I'm working on a Visual Basic .NET using Access database. However, my
client already have a 30MB database with Sybase ASA and Sybase is way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two databases
co-exist together?

Jan 2 '07 #18
Why would Access bite with a 30MB database -- that's nothing.
I've had apps with an Access database that was 500MB, and the
performance was fine.

It would be better to migrate to SQLServer Express, but using
Access won't kill him.

Robin S.
---------------------------------
"sstory" <no*****@no.comwrote in message
news:uL**************@TK2MSFTNGP04.phx.gbl...
Not sure of the question.

1.) Access would really bite with a 30MB database--not recommended.
2.) Access could use link tables to link to Sybase perhaps and give
you "access" to it. then again, why would you use Access if that were
possible instead of just getting the drivers to connect directly to
Sybase.
3.) If it is a problem you might consider migrating to MySQL.
"codercode" <wo********@gmail.comwrote in message
news:11*********************@80g2000cwy.googlegrou ps.com...
>I'm working on a Visual Basic .NET using Access database. However, my
client already have a 30MB database with Sybase ASA and Sybase is way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two
databases
co-exist together?


Jan 2 '07 #19
I've had Access apps with 25 mb of data that can't support a half dozen
users.

MDB shouldn't be used for a single user nor a single record.

If MS had a decade-long policy of preaching SQL over MDB then _MAYBE_ I
would be willing to accept SQL 2005 _CRAP_ that is built into VB 2005.

As it is; I can't reccomend SQL 2005 _anywhere_ since it's not
supported on TRANSMETA (_BLADES_ and tablets), it doesn't support SQL
Agent; and it doesn't support replication like MSDE 2.0 did

-Aaron
RobinS wrote:
Why would Access bite with a 30MB database -- that's nothing.
I've had apps with an Access database that was 500MB, and the
performance was fine.

It would be better to migrate to SQLServer Express, but using
Access won't kill him.

Robin S.
---------------------------------
"sstory" <no*****@no.comwrote in message
news:uL**************@TK2MSFTNGP04.phx.gbl...
Not sure of the question.

1.) Access would really bite with a 30MB database--not recommended.
2.) Access could use link tables to link to Sybase perhaps and give
you "access" to it. then again, why would you use Access if that were
possible instead of just getting the drivers to connect directly to
Sybase.
3.) If it is a problem you might consider migrating to MySQL.
"codercode" <wo********@gmail.comwrote in message
news:11*********************@80g2000cwy.googlegrou ps.com...
I'm working on a Visual Basic .NET using Access database. However, my
client already have a 30MB database with Sybase ASA and Sybase is way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two
databases
co-exist together?
Jan 2 '07 #20
Bummer for you. I've had VB desktop applications using Access as a
back-end that had 75 users and 500MB+ of data, with no problem
whatsoever. There's no reason that wouldn't work for sstory, if he
didn't want to use SQLServer.

Robin S.
----------------------------------
<aa*********@gmail.comwrote in message
news:11**********************@42g2000cwt.googlegro ups.com...
I've had Access apps with 25 mb of data that can't support a half
dozen
users.

MDB shouldn't be used for a single user nor a single record.

If MS had a decade-long policy of preaching SQL over MDB then _MAYBE_
I
would be willing to accept SQL 2005 _CRAP_ that is built into VB 2005.

As it is; I can't reccomend SQL 2005 _anywhere_ since it's not
supported on TRANSMETA (_BLADES_ and tablets), it doesn't support SQL
Agent; and it doesn't support replication like MSDE 2.0 did

-Aaron
RobinS wrote:
>Why would Access bite with a 30MB database -- that's nothing.
I've had apps with an Access database that was 500MB, and the
performance was fine.

It would be better to migrate to SQLServer Express, but using
Access won't kill him.

Robin S.
---------------------------------
"sstory" <no*****@no.comwrote in message
news:uL**************@TK2MSFTNGP04.phx.gbl...
Not sure of the question.

1.) Access would really bite with a 30MB database--not
recommended.
2.) Access could use link tables to link to Sybase perhaps and
give
you "access" to it. then again, why would you use Access if that
were
possible instead of just getting the drivers to connect directly to
Sybase.
3.) If it is a problem you might consider migrating to MySQL.
"codercode" <wo********@gmail.comwrote in message
news:11*********************@80g2000cwy.googlegrou ps.com...
I'm working on a Visual Basic .NET using Access database. However,
my
client already have a 30MB database with Sybase ASA and Sybase is
way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two
databases
co-exist together?

Jan 3 '07 #21
I disagree.

I don't know or care how much effort it took; all I know is that ADP is
a better platform.

MDB is for lamers and fucking retards.

it makes no sense for newbies to learn TWO DIFFERENT DIALECTS OF SQL.

That is the FATAL FLAW WITH MDB-- It shouldn't be targeted at Junior
Developers.
And it's not reliable enough for normal developers.

I just don't believe you when you say that you've had 75 users and
500mb data.

I've had a dozen MDB files with a total of 1.5 gb crap out left and
right.
and I've had a single MDB split properly into front end and back end
(gag) that can't support a half dozen users.

-Aaron
RobinS wrote:
Bummer for you. I've had VB desktop applications using Access as a
back-end that had 75 users and 500MB+ of data, with no problem
whatsoever. There's no reason that wouldn't work for sstory, if he
didn't want to use SQLServer.

Robin S.
----------------------------------
<aa*********@gmail.comwrote in message
news:11**********************@42g2000cwt.googlegro ups.com...
I've had Access apps with 25 mb of data that can't support a half
dozen
users.

MDB shouldn't be used for a single user nor a single record.

If MS had a decade-long policy of preaching SQL over MDB then _MAYBE_
I
would be willing to accept SQL 2005 _CRAP_ that is built into VB 2005.

As it is; I can't reccomend SQL 2005 _anywhere_ since it's not
supported on TRANSMETA (_BLADES_ and tablets), it doesn't support SQL
Agent; and it doesn't support replication like MSDE 2.0 did

-Aaron
RobinS wrote:
Why would Access bite with a 30MB database -- that's nothing.
I've had apps with an Access database that was 500MB, and the
performance was fine.

It would be better to migrate to SQLServer Express, but using
Access won't kill him.

Robin S.
---------------------------------
"sstory" <no*****@no.comwrote in message
news:uL**************@TK2MSFTNGP04.phx.gbl...
Not sure of the question.

1.) Access would really bite with a 30MB database--not
recommended.
2.) Access could use link tables to link to Sybase perhaps and
give
you "access" to it. then again, why would you use Access if that
were
possible instead of just getting the drivers to connect directly to
Sybase.
3.) If it is a problem you might consider migrating to MySQL.
"codercode" <wo********@gmail.comwrote in message
news:11*********************@80g2000cwy.googlegrou ps.com...
I'm working on a Visual Basic .NET using Access database. However,
my
client already have a 30MB database with Sybase ASA and Sybase is
way
too much for that. Is there anyway I can migrate from a Sybase to
Access? or is it possible at all. If it is not, can these two
databases
co-exist together?

Jan 3 '07 #22
Well, it doesn't matter to me whether or not you believe me. The
application is still running 2 years after I left, and the database
is now about 900MB. Their only complaint is how long it takes to
compact it...

Robin S.
--------------------------------------------------
<aa*********@gmail.comwrote in message
news:11**********************@i80g2000cwc.googlegr oups.com...
>I disagree.

I don't know or care how much effort it took; all I know is that ADP
is
a better platform.

MDB is for lamers and fucking retards.

it makes no sense for newbies to learn TWO DIFFERENT DIALECTS OF SQL.

That is the FATAL FLAW WITH MDB-- It shouldn't be targeted at Junior
Developers.
And it's not reliable enough for normal developers.

I just don't believe you when you say that you've had 75 users and
500mb data.

I've had a dozen MDB files with a total of 1.5 gb crap out left and
right.
and I've had a single MDB split properly into front end and back end
(gag) that can't support a half dozen users.

-Aaron
RobinS wrote:
>Bummer for you. I've had VB desktop applications using Access as a
back-end that had 75 users and 500MB+ of data, with no problem
whatsoever. There's no reason that wouldn't work for sstory, if he
didn't want to use SQLServer.

Robin S.
----------------------------------
<aa*********@gmail.comwrote in message
news:11**********************@42g2000cwt.googlegr oups.com...
I've had Access apps with 25 mb of data that can't support a half
dozen
users.

MDB shouldn't be used for a single user nor a single record.

If MS had a decade-long policy of preaching SQL over MDB then
_MAYBE_
I
would be willing to accept SQL 2005 _CRAP_ that is built into VB
2005.

As it is; I can't reccomend SQL 2005 _anywhere_ since it's not
supported on TRANSMETA (_BLADES_ and tablets), it doesn't support
SQL
Agent; and it doesn't support replication like MSDE 2.0 did

-Aaron
RobinS wrote:
Why would Access bite with a 30MB database -- that's nothing.
I've had apps with an Access database that was 500MB, and the
performance was fine.

It would be better to migrate to SQLServer Express, but using
Access won't kill him.

Robin S.
---------------------------------
"sstory" <no*****@no.comwrote in message
news:uL**************@TK2MSFTNGP04.phx.gbl...
Not sure of the question.

1.) Access would really bite with a 30MB database--not
recommended.
2.) Access could use link tables to link to Sybase perhaps
and
give
you "access" to it. then again, why would you use Access if
that
were
possible instead of just getting the drivers to connect directly
to
Sybase.
3.) If it is a problem you might consider migrating to MySQL.
"codercode" <wo********@gmail.comwrote in message
news:11*********************@80g2000cwy.googlegrou ps.com...
I'm working on a Visual Basic .NET using Access database.
However,
my
client already have a 30MB database with Sybase ASA and Sybase
is
way
too much for that. Is there anyway I can migrate from a Sybase
to
Access? or is it possible at all. If it is not, can these two
databases
co-exist together?


Jan 4 '07 #23
rofl

you fucking retards still kick users out of the databases in order to
compact and repair?

how fucking antiquated

I mean seriously your little bullshit dime-store solutions aren't
trouble free.

they just send their work elsewhere since you're a fucking newbie
Access baby mother fucker

-Aaron

RobinS wrote:
Well, it doesn't matter to me whether or not you believe me. The
application is still running 2 years after I left, and the database
is now about 900MB. Their only complaint is how long it takes to
compact it...

Robin S.
--------------------------------------------------
<aa*********@gmail.comwrote in message
news:11**********************@i80g2000cwc.googlegr oups.com...
I disagree.

I don't know or care how much effort it took; all I know is that ADP
is
a better platform.

MDB is for lamers and fucking retards.

it makes no sense for newbies to learn TWO DIFFERENT DIALECTS OF SQL.

That is the FATAL FLAW WITH MDB-- It shouldn't be targeted at Junior
Developers.
And it's not reliable enough for normal developers.

I just don't believe you when you say that you've had 75 users and
500mb data.

I've had a dozen MDB files with a total of 1.5 gb crap out left and
right.
and I've had a single MDB split properly into front end and back end
(gag) that can't support a half dozen users.

-Aaron
RobinS wrote:
Bummer for you. I've had VB desktop applications using Access as a
back-end that had 75 users and 500MB+ of data, with no problem
whatsoever. There's no reason that wouldn't work for sstory, if he
didn't want to use SQLServer.

Robin S.
----------------------------------
<aa*********@gmail.comwrote in message
news:11**********************@42g2000cwt.googlegro ups.com...
I've had Access apps with 25 mb of data that can't support a half
dozen
users.

MDB shouldn't be used for a single user nor a single record.

If MS had a decade-long policy of preaching SQL over MDB then
_MAYBE_
I
would be willing to accept SQL 2005 _CRAP_ that is built into VB
2005.

As it is; I can't reccomend SQL 2005 _anywhere_ since it's not
supported on TRANSMETA (_BLADES_ and tablets), it doesn't support
SQL
Agent; and it doesn't support replication like MSDE 2.0 did

-Aaron
RobinS wrote:
Why would Access bite with a 30MB database -- that's nothing.
I've had apps with an Access database that was 500MB, and the
performance was fine.

It would be better to migrate to SQLServer Express, but using
Access won't kill him.

Robin S.
---------------------------------
"sstory" <no*****@no.comwrote in message
news:uL**************@TK2MSFTNGP04.phx.gbl...
Not sure of the question.

1.) Access would really bite with a 30MB database--not
recommended.
2.) Access could use link tables to link to Sybase perhaps
and
give
you "access" to it. then again, why would you use Access if
that
were
possible instead of just getting the drivers to connect directly
to
Sybase.
3.) If it is a problem you might consider migrating to MySQL.
"codercode" <wo********@gmail.comwrote in message
news:11*********************@80g2000cwy.googlegrou ps.com...
I'm working on a Visual Basic .NET using Access database.
However,
my
client already have a 30MB database with Sybase ASA and Sybase
is
way
too much for that. Is there anyway I can migrate from a Sybase
to
Access? or is it possible at all. If it is not, can these two
databases
co-exist together?


Jan 4 '07 #24
No, they usually compact it in the middle of the night.

Try not to be unnecessarily abusive, Aaron. You don't comprehend
why the solution was chosen, and I'm not going to explain it to you,
because all you'll do is whine about VB going away.

Robin S.
VB2005.Net programmer
----------------------------------
<aa*********@gmail.comwrote in message
news:11**********************@42g2000cwt.googlegro ups.com...
rofl

you fucking retards still kick users out of the databases in order to
compact and repair?

how fucking antiquated

I mean seriously your little bullshit dime-store solutions aren't
trouble free.

they just send their work elsewhere since you're a fucking newbie
Access baby mother fucker

-Aaron

RobinS wrote:
>Well, it doesn't matter to me whether or not you believe me. The
application is still running 2 years after I left, and the database
is now about 900MB. Their only complaint is how long it takes to
compact it...

Robin S.
--------------------------------------------------
<aa*********@gmail.comwrote in message
news:11**********************@i80g2000cwc.googleg roups.com...
>I disagree.

I don't know or care how much effort it took; all I know is that
ADP
is
a better platform.

MDB is for lamers and fucking retards.

it makes no sense for newbies to learn TWO DIFFERENT DIALECTS OF
SQL.

That is the FATAL FLAW WITH MDB-- It shouldn't be targeted at
Junior
Developers.
And it's not reliable enough for normal developers.

I just don't believe you when you say that you've had 75 users and
500mb data.

I've had a dozen MDB files with a total of 1.5 gb crap out left and
right.
and I've had a single MDB split properly into front end and back
end
(gag) that can't support a half dozen users.

-Aaron
RobinS wrote:
Bummer for you. I've had VB desktop applications using Access as a
back-end that had 75 users and 500MB+ of data, with no problem
whatsoever. There's no reason that wouldn't work for sstory, if he
didn't want to use SQLServer.

Robin S.
----------------------------------
<aa*********@gmail.comwrote in message
news:11**********************@42g2000cwt.googlegr oups.com...
I've had Access apps with 25 mb of data that can't support a
half
dozen
users.

MDB shouldn't be used for a single user nor a single record.

If MS had a decade-long policy of preaching SQL over MDB then
_MAYBE_
I
would be willing to accept SQL 2005 _CRAP_ that is built into VB
2005.

As it is; I can't reccomend SQL 2005 _anywhere_ since it's not
supported on TRANSMETA (_BLADES_ and tablets), it doesn't
support
SQL
Agent; and it doesn't support replication like MSDE 2.0 did

-Aaron
RobinS wrote:
Why would Access bite with a 30MB database -- that's nothing.
I've had apps with an Access database that was 500MB, and the
performance was fine.

It would be better to migrate to SQLServer Express, but using
Access won't kill him.

Robin S.
---------------------------------
"sstory" <no*****@no.comwrote in message
news:uL**************@TK2MSFTNGP04.phx.gbl...
Not sure of the question.

1.) Access would really bite with a 30MB database--not
recommended.
2.) Access could use link tables to link to Sybase perhaps
and
give
you "access" to it. then again, why would you use Access if
that
were
possible instead of just getting the drivers to connect
directly
to
Sybase.
3.) If it is a problem you might consider migrating to
MySQL.
"codercode" <wo********@gmail.comwrote in message
news:11*********************@80g2000cwy.googlegrou ps.com...
I'm working on a Visual Basic .NET using Access database.
However,
my
client already have a 30MB database with Sybase ASA and
Sybase
is
way
too much for that. Is there anyway I can migrate from a
Sybase
to
Access? or is it possible at all. If it is not, can these
two
databases
co-exist together?



Jan 4 '07 #25
I whine because they killed off vb6.. then they killed off ACCESS by
bringing back DAO

I'm sick and fucking tired of a new data access layer every 12 months

and I refuse-- militantly-- to use DAO again.

that is why I am in the VB newsgroup-- to bitch about the first
misdeed--- the death of VB because now that Access is a dead issue then
I need to bitch up a storm to the 'real vb' lol

as if

vb has been dead for 5 years; and microsoft's lack of commitment to the
language makes me disgusted.

MIcrosofts' first development tool was for BASIC wasn't it?

Why have they turned their back on the worlds most popular programming
language?

-Aaron
RobinS wrote:
No, they usually compact it in the middle of the night.

Try not to be unnecessarily abusive, Aaron. You don't comprehend
why the solution was chosen, and I'm not going to explain it to you,
because all you'll do is whine about VB going away.

Robin S.
VB2005.Net programmer
----------------------------------
<aa*********@gmail.comwrote in message
news:11**********************@42g2000cwt.googlegro ups.com...
rofl

you fucking retards still kick users out of the databases in order to
compact and repair?

how fucking antiquated

I mean seriously your little bullshit dime-store solutions aren't
trouble free.

they just send their work elsewhere since you're a fucking newbie
Access baby mother fucker

-Aaron

RobinS wrote:
Well, it doesn't matter to me whether or not you believe me. The
application is still running 2 years after I left, and the database
is now about 900MB. Their only complaint is how long it takes to
compact it...

Robin S.
--------------------------------------------------
<aa*********@gmail.comwrote in message
news:11**********************@i80g2000cwc.googlegr oups.com...
I disagree.

I don't know or care how much effort it took; all I know is that
ADP
is
a better platform.

MDB is for lamers and fucking retards.

it makes no sense for newbies to learn TWO DIFFERENT DIALECTS OF
SQL.

That is the FATAL FLAW WITH MDB-- It shouldn't be targeted at
Junior
Developers.
And it's not reliable enough for normal developers.

I just don't believe you when you say that you've had 75 users and
500mb data.

I've had a dozen MDB files with a total of 1.5 gb crap out left and
right.
and I've had a single MDB split properly into front end and back
end
(gag) that can't support a half dozen users.

-Aaron
RobinS wrote:
Bummer for you. I've had VB desktop applications using Access as a
back-end that had 75 users and 500MB+ of data, with no problem
whatsoever. There's no reason that wouldn't work for sstory, if he
didn't want to use SQLServer.

Robin S.
----------------------------------
<aa*********@gmail.comwrote in message
news:11**********************@42g2000cwt.googlegro ups.com...
I've had Access apps with 25 mb of data that can't support a
half
dozen
users.

MDB shouldn't be used for a single user nor a single record.

If MS had a decade-long policy of preaching SQL over MDB then
_MAYBE_
I
would be willing to accept SQL 2005 _CRAP_ that is built into VB
2005.

As it is; I can't reccomend SQL 2005 _anywhere_ since it's not
supported on TRANSMETA (_BLADES_ and tablets), it doesn't
support
SQL
Agent; and it doesn't support replication like MSDE 2.0 did

-Aaron
RobinS wrote:
Why would Access bite with a 30MB database -- that's nothing.
I've had apps with an Access database that was 500MB, and the
performance was fine.

It would be better to migrate to SQLServer Express, but using
Access won't kill him.

Robin S.
---------------------------------
"sstory" <no*****@no.comwrote in message
news:uL**************@TK2MSFTNGP04.phx.gbl...
Not sure of the question.

1.) Access would really bite with a 30MB database--not
recommended.
2.) Access could use link tables to link to Sybase perhaps
and
give
you "access" to it. then again, why would you use Access if
that
were
possible instead of just getting the drivers to connect
directly
to
Sybase.
3.) If it is a problem you might consider migrating to
MySQL.
"codercode" <wo********@gmail.comwrote in message
news:11*********************@80g2000cwy.googlegrou ps.com...
I'm working on a Visual Basic .NET using Access database.
However,
my
client already have a 30MB database with Sybase ASA and
Sybase
is
way
too much for that. Is there anyway I can migrate from a
Sybase
to
Access? or is it possible at all. If it is not, can these
two
databases
co-exist together?



Jan 4 '07 #26
Told you so.

Robin S.
------------------------------
<aa*********@gmail.comwrote in message
news:11**********************@s80g2000cwa.googlegr oups.com...
>I whine because they killed off vb6.. then they killed off ACCESS by
bringing back DAO

I'm sick and fucking tired of a new data access layer every 12 months

and I refuse-- militantly-- to use DAO again.

that is why I am in the VB newsgroup-- to bitch about the first
misdeed--- the death of VB because now that Access is a dead issue
then
I need to bitch up a storm to the 'real vb' lol

as if

vb has been dead for 5 years; and microsoft's lack of commitment to
the
language makes me disgusted.

MIcrosofts' first development tool was for BASIC wasn't it?

Why have they turned their back on the worlds most popular programming
language?

-Aaron
RobinS wrote:
>No, they usually compact it in the middle of the night.

Try not to be unnecessarily abusive, Aaron. You don't comprehend
why the solution was chosen, and I'm not going to explain it to you,
because all you'll do is whine about VB going away.

Robin S.
VB2005.Net programmer
----------------------------------
<aa*********@gmail.comwrote in message
news:11**********************@42g2000cwt.googlegr oups.com...
rofl

you fucking retards still kick users out of the databases in order
to
compact and repair?

how fucking antiquated

I mean seriously your little bullshit dime-store solutions aren't
trouble free.

they just send their work elsewhere since you're a fucking newbie
Access baby mother fucker

-Aaron

RobinS wrote:
Well, it doesn't matter to me whether or not you believe me. The
application is still running 2 years after I left, and the
database
is now about 900MB. Their only complaint is how long it takes to
compact it...

Robin S.
--------------------------------------------------
<aa*********@gmail.comwrote in message
news:11**********************@i80g2000cwc.googleg roups.com...
I disagree.

I don't know or care how much effort it took; all I know is that
ADP
is
a better platform.

MDB is for lamers and fucking retards.

it makes no sense for newbies to learn TWO DIFFERENT DIALECTS OF
SQL.

That is the FATAL FLAW WITH MDB-- It shouldn't be targeted at
Junior
Developers.
And it's not reliable enough for normal developers.

I just don't believe you when you say that you've had 75 users
and
500mb data.

I've had a dozen MDB files with a total of 1.5 gb crap out left
and
right.
and I've had a single MDB split properly into front end and back
end
(gag) that can't support a half dozen users.

-Aaron
RobinS wrote:
Bummer for you. I've had VB desktop applications using Access
as a
back-end that had 75 users and 500MB+ of data, with no problem
whatsoever. There's no reason that wouldn't work for sstory, if
he
didn't want to use SQLServer.

Robin S.
----------------------------------
<aa*********@gmail.comwrote in message
news:11**********************@42g2000cwt.googlegr oups.com...
I've had Access apps with 25 mb of data that can't support a
half
dozen
users.

MDB shouldn't be used for a single user nor a single record.

If MS had a decade-long policy of preaching SQL over MDB then
_MAYBE_
I
would be willing to accept SQL 2005 _CRAP_ that is built into
VB
2005.

As it is; I can't reccomend SQL 2005 _anywhere_ since it's
not
supported on TRANSMETA (_BLADES_ and tablets), it doesn't
support
SQL
Agent; and it doesn't support replication like MSDE 2.0 did

-Aaron
RobinS wrote:
Why would Access bite with a 30MB database -- that's
nothing.
I've had apps with an Access database that was 500MB, and
the
performance was fine.

It would be better to migrate to SQLServer Express, but
using
Access won't kill him.

Robin S.
---------------------------------
"sstory" <no*****@no.comwrote in message
news:uL**************@TK2MSFTNGP04.phx.gbl...
Not sure of the question.

1.) Access would really bite with a 30MB database--not
recommended.
2.) Access could use link tables to link to Sybase
perhaps
and
give
you "access" to it. then again, why would you use Access
if
that
were
possible instead of just getting the drivers to connect
directly
to
Sybase.
3.) If it is a problem you might consider migrating to
MySQL.
"codercode" <wo********@gmail.comwrote in message
news:11*********************@80g2000cwy.googlegrou ps.com...
I'm working on a Visual Basic .NET using Access database.
However,
my
client already have a 30MB database with Sybase ASA and
Sybase
is
way
too much for that. Is there anyway I can migrate from a
Sybase
to
Access? or is it possible at all. If it is not, can these
two
databases
co-exist together?


Jan 4 '07 #27

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

Similar topics

1
by: Wellingotn Rampazo | last post by:
Hi guyz.... I'd like to know if anyone has already used C# components (COM+) or C# WebServices connected with Sybase System 11. Are there anyone who knows about it ? What driver version ? or...
3
by: aww91 | last post by:
Need product information on IBM's Integration Integrator (I.I) for conversion of SyBase calls to UDB calls. Production allows for conversion of modules one-by-one and then when all modules are...
6
by: bala | last post by:
hi access guru's there is a requirement wherein i have to connect ms access frontend with sybase (backend). the data from the frontend should be saved in the table in sybase databae thro...
4
by: Chris Fox via .NET 247 | last post by:
I'm trying to access a Sybase database using Visual .net C# using the code below. I've added the Sybase data provider to the references (DDTek.Sybase) and added them to the program usage. Howver...
3
by: Alex Murphy | last post by:
As title, Thanks
1
by: anupamakrishnan | last post by:
I need to connect to sybase using MS Access.. The following methods can be used for the purpose 1. Start up MS Access. 2.1 On first use: Specify "Create a New Database Using", "Blank...
1
by: mohsin | last post by:
Hi Expert Hope i point to the right grps, I need to connect my access to sybase ASE database and the collect/import the data. I have to use right driver to connect. Questions is, which one?...
0
by: =?ISO-8859-1?Q?S=E9bastien_Sabl=E9?= | last post by:
WHAT IS IT: The Sybase module provides a Python interface to the Sybase relational database system. It supports all of the Python Database API, version 2.0 with extensions. The module is...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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...
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: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
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 ...

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.