473,320 Members | 2,107 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Framework 1.1 / Access Unspecified Error

RM
Had VS .Net 2002 installed on W2k Server SP3 and supported
a number of web sites. Installed VS .Net 2003 on Friday and now
all web sites using .Net & MS ACCESS get this strange error upon open.

ASP=/TestDotNet/AdoNet.aspx
System.Data.OleDb.OleDbException: Unspecified error at
System.Data.OleDb.OleDbConnection.ProcessResults(I nt32 hr)
at System.Data.OleDb.OleDbConnection.InitializeProvid er()
at System.Data.OleDb.OleDbConnection.Open() at
ASP.AdoNet_aspx.GetData(Object MySql) in
d:\inetpub\wwwroot\TestDotNet\AdoNet.aspx:line 12
Error source: Microsoft JET Database Engine
Error number: 5
Error description: Unspecified error

Line 12 above is the open.

All other aspx pages using SQL/Server run fine. All old
asp pages using SQL/Server or MS Access also run fine.
Only aspx using MS Access fail.

Reviewed the MS knowbase and didn't find anything
specific to my problem, but did see a number of
security related items which I've alread discounted.

Also installed Microsoft Jet 4.0 Service Pack 7, and
reinstalled VS .Net 2003 (including the pre-reqs) just
to make sure everything was installed correctly.

Still not successful. I'm about to backout VS .Net 2003,
so any suggestions would be appreciated. Thanks, Rich
Nov 17 '05 #1
4 2512
Hello RM,

I can't tell exactly what the problem is now. However, I think you could refer to the following steps to troubleshoot the issue:

1) Please rebuild the whole project in VS.NET 2003 to see if the problem still exists.
2) Please log in as an administrator to test the applcation.
3) Please change username and passwork in machine.config to make asp.net application run under an admin account to
see if the problem still exists.
4) Please create a new asp.net project and copy Access related code to it to see if it could reproduce the problem.
5) Please go to www.sysinternal.com to download two monitor tools: FileMon and RegMon. Run these tools when you run the
application to see if there is any file/registry access error.

Hope that helps.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

This response contains a reference to a third-party World Wide Web site. Microsoft is providing this information as a
convenience to you. Microsoft does not control these sites and has not tested any software or information found on these
sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or
information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions
you to make sure that you completely understand the risk before retrieving any software from the Internet.

--------------------
!From: "RM" <me@nowhere.com>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!Subject: Framework 1.1 / Access Unspecified Error
!Date: Sun, 17 Aug 2003 16:25:57 -0700
!Organization: MindSpring Enterprises
!Lines: 33
!Message-ID: <bh**********@slb3.atl.mindspring.net>
!NNTP-Posting-Host: a5.f7.e3.d4
!X-Server-Date: 17 Aug 2003 23:27:26 GMT
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!news-out.cwix.com!newsfeed.cwix.com!news.maxwell.syr.ed u!
peernews-us.colt.net!newsfeed.news2me.com!elnk-nf2-pas!newsfeed.earthlink.net!stamper.news.pas.earthl ink.net!
stamper.news.atl.earthlink.net!harp.news.atl.earth link.net!not-for-mail
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:168611
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!Had VS .Net 2002 installed on W2k Server SP3 and supported
!a number of web sites. Installed VS .Net 2003 on Friday and now
!all web sites using .Net & MS ACCESS get this strange error upon open.
!
!ASP=/TestDotNet/AdoNet.aspx
!System.Data.OleDb.OleDbException: Unspecified error at
!System.Data.OleDb.OleDbConnection.ProcessResults( Int32 hr)
!at System.Data.OleDb.OleDbConnection.InitializeProvid er()
!at System.Data.OleDb.OleDbConnection.Open() at
!ASP.AdoNet_aspx.GetData(Object MySql) in
!d:\inetpub\wwwroot\TestDotNet\AdoNet.aspx:line 12
!Error source: Microsoft JET Database Engine
!Error number: 5
!Error description: Unspecified error
!
!Line 12 above is the open.
!
!All other aspx pages using SQL/Server run fine. All old
!asp pages using SQL/Server or MS Access also run fine.
!Only aspx using MS Access fail.
!
!Reviewed the MS knowbase and didn't find anything
!specific to my problem, but did see a number of
!security related items which I've alread discounted.
!
!Also installed Microsoft Jet 4.0 Service Pack 7, and
!reinstalled VS .Net 2003 (including the pre-reqs) just
!to make sure everything was installed correctly.
!
!Still not successful. I'm about to backout VS .Net 2003,
!so any suggestions would be appreciated. Thanks, Rich
!
!
!
Nov 17 '05 #2
RM
Just wanted to thank you for pointing me in the right direction. When I
built a new web project using 2003 as you suggested and copied over a test
aspx web page using MS Access, everything worked. So I slowly added all the
unique 2002 charactistics to the 2003 version until it failed, namely the
web.config changes. Seems <identity impersonate=true> was the culpret.
Once I add it to the 2003 project I received the same failure as the 2002
version. So I removed the identity from the 2002 project which caused
another security problem. But the bottom line is that Framework 1.1 changed
the security model so iusr_(machine name) no longer has the same permissions
as Framework 1.0 and ASPNET has tighter security. In the end I fixed
everything. but it was quite a surprise.

So thank you very much for your advice and guidence. Rich M...

"Yan-Hong Huang[MSFT]" <yh*****@online.microsoft.com> wrote in message
news:5P**************@cpmsftngxa06.phx.gbl...
Hello RM,

I can't tell exactly what the problem is now. However, I think you could refer to the following steps to troubleshoot the issue:
1) Please rebuild the whole project in VS.NET 2003 to see if the problem still exists. 2) Please log in as an administrator to test the applcation.
3) Please change username and passwork in machine.config to make asp.net application run under an admin account to see if the problem still exists.
4) Please create a new asp.net project and copy Access related code to it to see if it could reproduce the problem. 5) Please go to www.sysinternal.com to download two monitor tools: FileMon and RegMon. Run these tools when you run the application to see if there is any file/registry access error.

Hope that helps.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
This response contains a reference to a third-party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
--------------------
!From: "RM" <me@nowhere.com>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!Subject: Framework 1.1 / Access Unspecified Error
!Date: Sun, 17 Aug 2003 16:25:57 -0700
!Organization: MindSpring Enterprises
!Lines: 33
!Message-ID: <bh**********@slb3.atl.mindspring.net>
!NNTP-Posting-Host: a5.f7.e3.d4
!X-Server-Date: 17 Aug 2003 23:27:26 GMT
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!news-out.cwix.com!newsfeed.cwix.co
m!news.maxwell.syr.edu! peernews-us.colt.net!newsfeed.news2me.com!elnk-nf2-pas!newsfeed.earthlink.ne
t!stamper.news.pas.earthlink.net! stamper.news.atl.earthlink.net!harp.news.atl.earth link.net!not-for-mail
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:168611 !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!Had VS .Net 2002 installed on W2k Server SP3 and supported
!a number of web sites. Installed VS .Net 2003 on Friday and now
!all web sites using .Net & MS ACCESS get this strange error upon open.
!
!ASP=/TestDotNet/AdoNet.aspx
!System.Data.OleDb.OleDbException: Unspecified error at
!System.Data.OleDb.OleDbConnection.ProcessResults( Int32 hr)
!at System.Data.OleDb.OleDbConnection.InitializeProvid er()
!at System.Data.OleDb.OleDbConnection.Open() at
!ASP.AdoNet_aspx.GetData(Object MySql) in
!d:\inetpub\wwwroot\TestDotNet\AdoNet.aspx:line 12
!Error source: Microsoft JET Database Engine
!Error number: 5
!Error description: Unspecified error
!
!Line 12 above is the open.
!
!All other aspx pages using SQL/Server run fine. All old
!asp pages using SQL/Server or MS Access also run fine.
!Only aspx using MS Access fail.
!
!Reviewed the MS knowbase and didn't find anything
!specific to my problem, but did see a number of
!security related items which I've alread discounted.
!
!Also installed Microsoft Jet 4.0 Service Pack 7, and
!reinstalled VS .Net 2003 (including the pre-reqs) just
!to make sure everything was installed correctly.
!
!Still not successful. I'm about to backout VS .Net 2003,
!so any suggestions would be appreciated. Thanks, Rich
!
!
!

Nov 17 '05 #3
RM
Just wanted to thank you for pointing me in the right direction. When I
built a new web project using 2003 as you suggested and copied over a test
aspx web page using MS Access, everything worked. So I slowly added all the
unique 2002 charactistics to the 2003 version until it failed, namely the
web.config changes. Seems <identity impersonate=true> was the culpret.
Once I add it to the 2003 project I received the same failure as the 2002
version. So I removed the identity from the 2002 project which caused
another security problem. But the bottom line is that Framework 1.1 changed
the security model so iusr_(machine name) no longer has the same permissions
as Framework 1.0 and ASPNET has tighter security. In the end I fixed
everything. but it was quite a surprise.

So thank you very much for your advice and guidence. Rich M...

"Yan-Hong Huang[MSFT]" <yh*****@online.microsoft.com> wrote in message
news:5P**************@cpmsftngxa06.phx.gbl...
Hello RM,

I can't tell exactly what the problem is now. However, I think you could refer to the following steps to troubleshoot the issue:
1) Please rebuild the whole project in VS.NET 2003 to see if the problem still exists. 2) Please log in as an administrator to test the applcation.
3) Please change username and passwork in machine.config to make asp.net application run under an admin account to see if the problem still exists.
4) Please create a new asp.net project and copy Access related code to it to see if it could reproduce the problem. 5) Please go to www.sysinternal.com to download two monitor tools: FileMon and RegMon. Run these tools when you run the application to see if there is any file/registry access error.

Hope that helps.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
This response contains a reference to a third-party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
--------------------
!From: "RM" <me@nowhere.com>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!Subject: Framework 1.1 / Access Unspecified Error
!Date: Sun, 17 Aug 2003 16:25:57 -0700
!Organization: MindSpring Enterprises
!Lines: 33
!Message-ID: <bh**********@slb3.atl.mindspring.net>
!NNTP-Posting-Host: a5.f7.e3.d4
!X-Server-Date: 17 Aug 2003 23:27:26 GMT
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!news-out.cwix.com!newsfeed.cwix.co
m!news.maxwell.syr.edu! peernews-us.colt.net!newsfeed.news2me.com!elnk-nf2-pas!newsfeed.earthlink.ne
t!stamper.news.pas.earthlink.net! stamper.news.atl.earthlink.net!harp.news.atl.earth link.net!not-for-mail
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:168611 !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!Had VS .Net 2002 installed on W2k Server SP3 and supported
!a number of web sites. Installed VS .Net 2003 on Friday and now
!all web sites using .Net & MS ACCESS get this strange error upon open.
!
!ASP=/TestDotNet/AdoNet.aspx
!System.Data.OleDb.OleDbException: Unspecified error at
!System.Data.OleDb.OleDbConnection.ProcessResults( Int32 hr)
!at System.Data.OleDb.OleDbConnection.InitializeProvid er()
!at System.Data.OleDb.OleDbConnection.Open() at
!ASP.AdoNet_aspx.GetData(Object MySql) in
!d:\inetpub\wwwroot\TestDotNet\AdoNet.aspx:line 12
!Error source: Microsoft JET Database Engine
!Error number: 5
!Error description: Unspecified error
!
!Line 12 above is the open.
!
!All other aspx pages using SQL/Server run fine. All old
!asp pages using SQL/Server or MS Access also run fine.
!Only aspx using MS Access fail.
!
!Reviewed the MS knowbase and didn't find anything
!specific to my problem, but did see a number of
!security related items which I've alread discounted.
!
!Also installed Microsoft Jet 4.0 Service Pack 7, and
!reinstalled VS .Net 2003 (including the pre-reqs) just
!to make sure everything was installed correctly.
!
!Still not successful. I'm about to backout VS .Net 2003,
!so any suggestions would be appreciated. Thanks, Rich
!
!
!

Nov 17 '05 #4
Hello Rich,

Thanks very much for your positive feedback and sharing your troubleshooting steps in the group. I am glad to be of
assistance. From .NET framework 1.0 to 1.1, there are several backwards breaking changes. For details, you could refer to
http://www.gotdotnet.com/team/change....aspx#00000157.

Thanks again for participating the community.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!From: "RM" <me@nowhere.com>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!Subject: Re: Framework 1.1 / Access Unspecified Error
!Date: Mon, 18 Aug 2003 14:24:26 -0700
!Organization: MindSpring Enterprises
!Lines: 117
!Message-ID: <bh**********@slb3.atl.mindspring.net>
!References: <bh**********@slb3.atl.mindspring.net> <5P**************@cpmsftngxa06.phx.gbl>
!NNTP-Posting-Host: c7.ae.dd.9a
!X-Server-Date: 18 Aug 2003 21:25:58 GMT
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed 00.sul.t-online.de!t-online.de!newsfeed.freenet.de!
newsfeed.news2me.com!elnk-nf2-pas!newsfeed.earthlink.net!stamper.news.pas.earthl ink.net!stamper.news.atl.earthlink.net!
harp.news.atl.earthlink.net!not-for-mail
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:168944
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!Just wanted to thank you for pointing me in the right direction. When I
!built a new web project using 2003 as you suggested and copied over a test
!aspx web page using MS Access, everything worked. So I slowly added all the
!unique 2002 charactistics to the 2003 version until it failed, namely the
!web.config changes. Seems <identity impersonate=true> was the culpret.
!Once I add it to the 2003 project I received the same failure as the 2002
!version. So I removed the identity from the 2002 project which caused
!another security problem. But the bottom line is that Framework 1.1 changed
!the security model so iusr_(machine name) no longer has the same permissions
!as Framework 1.0 and ASPNET has tighter security. In the end I fixed
!everything. but it was quite a surprise.
!
!So thank you very much for your advice and guidence. Rich M...
!
!"Yan-Hong Huang[MSFT]" <yh*****@online.microsoft.com> wrote in message
!news:5P**************@cpmsftngxa06.phx.gbl...
!> Hello RM,
!>
!> I can't tell exactly what the problem is now. However, I think you could
!refer to the following steps to troubleshoot the issue:
!>
!> 1) Please rebuild the whole project in VS.NET 2003 to see if the problem
!still exists.
!> 2) Please log in as an administrator to test the applcation.
!> 3) Please change username and passwork in machine.config to make asp.net
!application run under an admin account to
!> see if the problem still exists.
!> 4) Please create a new asp.net project and copy Access related code to it
!to see if it could reproduce the problem.
!> 5) Please go to www.sysinternal.com to download two monitor tools: FileMon
!and RegMon. Run these tools when you run the
!> application to see if there is any file/registry access error.
!>
!> Hope that helps.
!>
!> Best regards,
!> Yanhong Huang
!> Microsoft Online Partner Support
!>
!> Get Secure! - www.microsoft.com/security
!> This posting is provided "AS IS" with no warranties, and confers no
!rights.
!>
!> This response contains a reference to a third-party World Wide Web site.
!Microsoft is providing this information as a
!> convenience to you. Microsoft does not control these sites and has not
!tested any software or information found on these
!> sites; therefore, Microsoft cannot make any representations regarding the
!quality, safety, or suitability of any software or
!> information found there. There are inherent dangers in the use of any
!software found on the Internet, and Microsoft cautions
!> you to make sure that you completely understand the risk before retrieving
!any software from the Internet.
!>
!> --------------------
!> !From: "RM" <me@nowhere.com>
!> !Newsgroups: microsoft.public.dotnet.framework.aspnet
!> !Subject: Framework 1.1 / Access Unspecified Error
!> !Date: Sun, 17 Aug 2003 16:25:57 -0700
!> !Organization: MindSpring Enterprises
!> !Lines: 33
!> !Message-ID: <bh**********@slb3.atl.mindspring.net>
!> !NNTP-Posting-Host: a5.f7.e3.d4
!> !X-Server-Date: 17 Aug 2003 23:27:26 GMT
!> !X-Priority: 3
!> !X-MSMail-Priority: Normal
!> !X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
!> !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
!> !Path:
!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!news-out.cwix.com!newsfeed.cwix.co
!m!news.maxwell.syr.edu!
!>
!peernews-us.colt.net!newsfeed.news2me.com!elnk-nf2-pas!newsfeed.earthlink.ne
!t!stamper.news.pas.earthlink.net!
!> stamper.news.atl.earthlink.net!harp.news.atl.earth link.net!not-for-mail
!> !Xref: cpmsftngxa06.phx.gbl
!microsoft.public.dotnet.framework.aspnet:168611
!> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!> !
!> !Had VS .Net 2002 installed on W2k Server SP3 and supported
!> !a number of web sites. Installed VS .Net 2003 on Friday and now
!> !all web sites using .Net & MS ACCESS get this strange error upon open.
!> !
!> !ASP=/TestDotNet/AdoNet.aspx
!> !System.Data.OleDb.OleDbException: Unspecified error at
!> !System.Data.OleDb.OleDbConnection.ProcessResults( Int32 hr)
!> !at System.Data.OleDb.OleDbConnection.InitializeProvid er()
!> !at System.Data.OleDb.OleDbConnection.Open() at
!> !ASP.AdoNet_aspx.GetData(Object MySql) in
!> !d:\inetpub\wwwroot\TestDotNet\AdoNet.aspx:line 12
!> !Error source: Microsoft JET Database Engine
!> !Error number: 5
!> !Error description: Unspecified error
!> !
!> !Line 12 above is the open.
!> !
!> !All other aspx pages using SQL/Server run fine. All old
!> !asp pages using SQL/Server or MS Access also run fine.
!> !Only aspx using MS Access fail.
!> !
!> !Reviewed the MS knowbase and didn't find anything
!> !specific to my problem, but did see a number of
!> !security related items which I've alread discounted.
!> !
!> !Also installed Microsoft Jet 4.0 Service Pack 7, and
!> !reinstalled VS .Net 2003 (including the pre-reqs) just
!> !to make sure everything was installed correctly.
!> !
!> !Still not successful. I'm about to backout VS .Net 2003,
!> !so any suggestions would be appreciated. Thanks, Rich
!> !
!> !
!> !
!>
!>
!
!
!
Nov 17 '05 #5

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

Similar topics

6
by: Mohammed AlQuraishi | last post by:
Hi all, I'm trying to connect to an MS Access database using ADO.NET and C#, but I'm getting the dreaded "Microsoft Jet database engine cannot open the file 'x'. It is already opened exclusively...
2
by: Mathew Vording | last post by:
Hi. I have an application that after using it for a while, continually forcing it to hit the database it will fail on connection open with the OLEDB "Unspecified Error" message. ...
3
by: GotdotNet | last post by:
I get this error once in a while and I normally could fix it by restarting IIS. However, I would like to find out what causes this. Can anyone help? -----------------------------error...
4
by: Troy | last post by:
We recently installed the .Net framework on a windows 2000 server. Shortly after that we experienced intermitant problems running a web based program that accesses an Access 2002 database. The...
4
by: Liz Patton | last post by:
Here's the exception: System.Exception: Unable to send mail: Could not access 'CDO.Message' object. ---> System.Web.HttpException: Could not access 'CDO.Message' object. --->...
4
by: Scott Nicholson | last post by:
I've got a site set up that uses a network share as it's home directory. Simple stuff is working fine. When I try to put a database in there, though, I run into problems. I'm using: dim...
1
by: Tor Inge Schulstad | last post by:
Hi. I know that Access has it's limitations, but does anyone have a good strategy for avoiding "unspecified error" when retrieving data from the database. I always close my connections, but the...
1
by: abcd | last post by:
I am using MSAccess 2003 as my DB, ASP page my front end. My access file is in the temp folder which ahs IUSR_Machine permissions. My asp page works fine, connects to DB and retrieves what I...
9
by: phil | last post by:
We have a small website using Visual basic and ASP.NET. We hold a database in Access format which is opened with the following 3 lines Dim m_dataBase As String =...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.