473,394 Members | 1,785 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,394 software developers and data experts.

Very strange error in ASP.NET 2.0

Hi all,
I am migrating an old web application developed in .Net 1.1 to .Net 2.0.
During my new development and testing, I had following error while executing
an stored procedure. It worked fine in .Net 1.1, and it doesn't happen all
the time, for example, I have a loop to call this stored procedure for 1000
times with different parameter everytime, I may get 1 or 2 such errors. I use
MS Enterprise Library as my Database layer component.

Anybody has some clue, what is the reason?

Error Message: Thread was being aborted.
Error Source: System.Data
Error Stack Trace: at SNINativeMethodWrapper.SNIPacketGetConnection(IntP tr
packet)
at System.Data.SqlClient.TdsParserStateObject.Process SniPacket(IntPtr
packet, UInt32 error)
at System.Data.SqlClient.TdsParserStateObject.ReadSni (DbAsyncResult
asyncResult, TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParserStateObject.ReadPac ket(Int32 bytesExpected)
at System.Data.SqlClient.TdsParserStateObject.ReadBuf fer()
at System.Data.SqlClient.TdsParserStateObject.ReadByt e()
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand
cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet
bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.FinishExecuteRead er(SqlDataReader ds,
RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderT ds(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader( CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method,
DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.InternalExecuteNo nQuery(DbAsyncResult
result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at
Microsoft.Practices.EnterpriseLibrary.Data.Databas e.DoExecuteNonQuery(DbCommand command)
at
Microsoft.Practices.EnterpriseLibrary.Data.Databas e.ExecuteNonQuery(DbCommand
command)
at Marketrend.BLC.Customer.Customer.CreatePolkCustome r(String firstName,
String lastName, String phone, String address, String city, String zip,
String provinceID, Int32 languageID, Int32 documentID, Int32 dealerID)
Error TargetSite: IntPtr SNIPacketGetConnection(IntPtr)
ExceptionState: System.Web.HttpApplication+CancelModuleException
Data: System.Collections.ListDictionaryInternal
Oct 6 '06 #1
5 2899
You probably ... oh my goodness what's the point in posting this to every
newsgroup you can find?

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------
"Hardy Wang" <Ha*******@discussions.microsoft.comwrote in message
news:22**********************************@microsof t.com...
Hi all,
I am migrating an old web application developed in .Net 1.1 to .Net 2.0.
During my new development and testing, I had following error while
executing
an stored procedure. It worked fine in .Net 1.1, and it doesn't happen all
the time, for example, I have a loop to call this stored procedure for
1000
times with different parameter everytime, I may get 1 or 2 such errors. I
use
MS Enterprise Library as my Database layer component.

Anybody has some clue, what is the reason?

Error Message: Thread was being aborted.
Error Source: System.Data
Error Stack Trace: at SNINativeMethodWrapper.SNIPacketGetConnection(IntP tr
packet)
at System.Data.SqlClient.TdsParserStateObject.Process SniPacket(IntPtr
packet, UInt32 error)
at System.Data.SqlClient.TdsParserStateObject.ReadSni (DbAsyncResult
asyncResult, TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParserStateObject.ReadPac ket(Int32
bytesExpected)
at System.Data.SqlClient.TdsParserStateObject.ReadBuf fer()
at System.Data.SqlClient.TdsParserStateObject.ReadByt e()
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand
cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet
bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.FinishExecuteRead er(SqlDataReader ds,
RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderT ds(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader( CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method,
DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.InternalExecuteNo nQuery(DbAsyncResult
result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at
Microsoft.Practices.EnterpriseLibrary.Data.Databas e.DoExecuteNonQuery(DbCommand
command)
at
Microsoft.Practices.EnterpriseLibrary.Data.Databas e.ExecuteNonQuery(DbCommand
command)
at Marketrend.BLC.Customer.Customer.CreatePolkCustome r(String firstName,
String lastName, String phone, String address, String city, String zip,
String provinceID, Int32 languageID, Int32 documentID, Int32 dealerID)
Error TargetSite: IntPtr SNIPacketGetConnection(IntPtr)
ExceptionState: System.Web.HttpApplication+CancelModuleException
Data: System.Collections.ListDictionaryInternal

Oct 6 '06 #2
Not every group yet ;)

Anyway, do you have answer?

"Alvin Bruney [MVP]" wrote:
You probably ... oh my goodness what's the point in posting this to every
newsgroup you can find?

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------
"Hardy Wang" <Ha*******@discussions.microsoft.comwrote in message
news:22**********************************@microsof t.com...
Hi all,
I am migrating an old web application developed in .Net 1.1 to .Net 2.0.
During my new development and testing, I had following error while
executing
an stored procedure. It worked fine in .Net 1.1, and it doesn't happen all
the time, for example, I have a loop to call this stored procedure for
1000
times with different parameter everytime, I may get 1 or 2 such errors. I
use
MS Enterprise Library as my Database layer component.

Anybody has some clue, what is the reason?

Error Message: Thread was being aborted.
Error Source: System.Data
Error Stack Trace: at SNINativeMethodWrapper.SNIPacketGetConnection(IntP tr
packet)
at System.Data.SqlClient.TdsParserStateObject.Process SniPacket(IntPtr
packet, UInt32 error)
at System.Data.SqlClient.TdsParserStateObject.ReadSni (DbAsyncResult
asyncResult, TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParserStateObject.ReadPac ket(Int32
bytesExpected)
at System.Data.SqlClient.TdsParserStateObject.ReadBuf fer()
at System.Data.SqlClient.TdsParserStateObject.ReadByt e()
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand
cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet
bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.FinishExecuteRead er(SqlDataReader ds,
RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderT ds(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader( CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method,
DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.InternalExecuteNo nQuery(DbAsyncResult
result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at
Microsoft.Practices.EnterpriseLibrary.Data.Databas e.DoExecuteNonQuery(DbCommand
command)
at
Microsoft.Practices.EnterpriseLibrary.Data.Databas e.ExecuteNonQuery(DbCommand
command)
at Marketrend.BLC.Customer.Customer.CreatePolkCustome r(String firstName,
String lastName, String phone, String address, String city, String zip,
String provinceID, Int32 languageID, Int32 documentID, Int32 dealerID)
Error TargetSite: IntPtr SNIPacketGetConnection(IntPtr)
ExceptionState: System.Web.HttpApplication+CancelModuleException
Data: System.Collections.ListDictionaryInternal


Oct 6 '06 #3
I was about to say, before I got distracted with the multi-posts, that you
are either running out of connections or your connections are timing out.
You should either setup a tracer on the data store or you should increase
the timeout property on connection. Probably a long term strategy is to tune
the backend data store to optimize the queries being run

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------
"Hardy Wang" <Ha*******@discussions.microsoft.comwrote in message
news:2C**********************************@microsof t.com...
Not every group yet ;)

Anyway, do you have answer?

"Alvin Bruney [MVP]" wrote:
>You probably ... oh my goodness what's the point in posting this to every
newsgroup you can find?

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------
"Hardy Wang" <Ha*******@discussions.microsoft.comwrote in message
news:22**********************************@microso ft.com...
Hi all,
I am migrating an old web application developed in .Net 1.1 to .Net
2.0.
During my new development and testing, I had following error while
executing
an stored procedure. It worked fine in .Net 1.1, and it doesn't happen
all
the time, for example, I have a loop to call this stored procedure for
1000
times with different parameter everytime, I may get 1 or 2 such errors.
I
use
MS Enterprise Library as my Database layer component.

Anybody has some clue, what is the reason?

Error Message: Thread was being aborted.
Error Source: System.Data
Error Stack Trace: at
SNINativeMethodWrapper.SNIPacketGetConnection(IntP tr
packet)
at System.Data.SqlClient.TdsParserStateObject.Process SniPacket(IntPtr
packet, UInt32 error)
at System.Data.SqlClient.TdsParserStateObject.ReadSni (DbAsyncResult
asyncResult, TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParserStateObject.ReadPac ket(Int32
bytesExpected)
at System.Data.SqlClient.TdsParserStateObject.ReadBuf fer()
at System.Data.SqlClient.TdsParserStateObject.ReadByt e()
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior,
SqlCommand
cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet
bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.FinishExecuteRead er(SqlDataReader
ds,
RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderT ds(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean
async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader( CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String
method,
DbAsyncResult result)
at
System.Data.SqlClient.SqlCommand.InternalExecuteNo nQuery(DbAsyncResult
result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at
Microsoft.Practices.EnterpriseLibrary.Data.Databas e.DoExecuteNonQuery(DbCommand
command)
at
Microsoft.Practices.EnterpriseLibrary.Data.Databas e.ExecuteNonQuery(DbCommand
command)
at Marketrend.BLC.Customer.Customer.CreatePolkCustome r(String
firstName,
String lastName, String phone, String address, String city, String zip,
String provinceID, Int32 languageID, Int32 documentID, Int32 dealerID)
Error TargetSite: IntPtr SNIPacketGetConnection(IntPtr)
ExceptionState: System.Web.HttpApplication+CancelModuleException
Data: System.Collections.ListDictionaryInternal



Oct 6 '06 #4
I read from http://www.pcreview.co.uk/forums/thread-2381430.php it is talking
about some different issue.

"Alvin Bruney [MVP]" wrote:
I was about to say, before I got distracted with the multi-posts, that you
are either running out of connections or your connections are timing out.
You should either setup a tracer on the data store or you should increase
the timeout property on connection. Probably a long term strategy is to tune
the backend data store to optimize the queries being run

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------
"Hardy Wang" <Ha*******@discussions.microsoft.comwrote in message
news:2C**********************************@microsof t.com...
Not every group yet ;)

Anyway, do you have answer?

"Alvin Bruney [MVP]" wrote:
You probably ... oh my goodness what's the point in posting this to every
newsgroup you can find?

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------
"Hardy Wang" <Ha*******@discussions.microsoft.comwrote in message
news:22**********************************@microsof t.com...
Hi all,
I am migrating an old web application developed in .Net 1.1 to .Net
2.0.
During my new development and testing, I had following error while
executing
an stored procedure. It worked fine in .Net 1.1, and it doesn't happen
all
the time, for example, I have a loop to call this stored procedure for
1000
times with different parameter everytime, I may get 1 or 2 such errors.
I
use
MS Enterprise Library as my Database layer component.

Anybody has some clue, what is the reason?

Error Message: Thread was being aborted.
Error Source: System.Data
Error Stack Trace: at
SNINativeMethodWrapper.SNIPacketGetConnection(IntP tr
packet)
at System.Data.SqlClient.TdsParserStateObject.Process SniPacket(IntPtr
packet, UInt32 error)
at System.Data.SqlClient.TdsParserStateObject.ReadSni (DbAsyncResult
asyncResult, TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParserStateObject.ReadPac ket(Int32
bytesExpected)
at System.Data.SqlClient.TdsParserStateObject.ReadBuf fer()
at System.Data.SqlClient.TdsParserStateObject.ReadByt e()
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior,
SqlCommand
cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet
bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.FinishExecuteRead er(SqlDataReader
ds,
RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderT ds(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean
async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader( CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String
method,
DbAsyncResult result)
at
System.Data.SqlClient.SqlCommand.InternalExecuteNo nQuery(DbAsyncResult
result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at
Microsoft.Practices.EnterpriseLibrary.Data.Databas e.DoExecuteNonQuery(DbCommand
command)
at
Microsoft.Practices.EnterpriseLibrary.Data.Databas e.ExecuteNonQuery(DbCommand
command)
at Marketrend.BLC.Customer.Customer.CreatePolkCustome r(String
firstName,
String lastName, String phone, String address, String city, String zip,
String provinceID, Int32 languageID, Int32 documentID, Int32 dealerID)
Error TargetSite: IntPtr SNIPacketGetConnection(IntPtr)
ExceptionState: System.Web.HttpApplication+CancelModuleException
Data: System.Collections.ListDictionaryInternal


Oct 6 '06 #5
well, why not give the solution at that thread a try.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------
"Hardy Wang" <Ha*******@discussions.microsoft.comwrote in message
news:90**********************************@microsof t.com...
>I read from http://www.pcreview.co.uk/forums/thread-2381430.php it is
talking
about some different issue.

"Alvin Bruney [MVP]" wrote:
>I was about to say, before I got distracted with the multi-posts, that
you
are either running out of connections or your connections are timing out.
You should either setup a tracer on the data store or you should increase
the timeout property on connection. Probably a long term strategy is to
tune
the backend data store to optimize the queries being run

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------
"Hardy Wang" <Ha*******@discussions.microsoft.comwrote in message
news:2C**********************************@microso ft.com...
Not every group yet ;)

Anyway, do you have answer?

"Alvin Bruney [MVP]" wrote:

You probably ... oh my goodness what's the point in posting this to
every
newsgroup you can find?

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------
"Hardy Wang" <Ha*******@discussions.microsoft.comwrote in message
news:22**********************************@microso ft.com...
Hi all,
I am migrating an old web application developed in .Net 1.1 to .Net
2.0.
During my new development and testing, I had following error while
executing
an stored procedure. It worked fine in .Net 1.1, and it doesn't
happen
all
the time, for example, I have a loop to call this stored procedure
for
1000
times with different parameter everytime, I may get 1 or 2 such
errors.
I
use
MS Enterprise Library as my Database layer component.

Anybody has some clue, what is the reason?

Error Message: Thread was being aborted.
Error Source: System.Data
Error Stack Trace: at
SNINativeMethodWrapper.SNIPacketGetConnection(IntP tr
packet)
at
System.Data.SqlClient.TdsParserStateObject.Process SniPacket(IntPtr
packet, UInt32 error)
at System.Data.SqlClient.TdsParserStateObject.ReadSni (DbAsyncResult
asyncResult, TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParserStateObject.ReadPac ket(Int32
bytesExpected)
at System.Data.SqlClient.TdsParserStateObject.ReadBuf fer()
at System.Data.SqlClient.TdsParserStateObject.ReadByt e()
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior,
SqlCommand
cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet
bulkCopyHandler, TdsParserStateObject stateObj)
at
System.Data.SqlClient.SqlCommand.FinishExecuteRead er(SqlDataReader
ds,
RunBehavior runBehavior, String resetOptionsString)
at
System.Data.SqlClient.SqlCommand.RunExecuteReaderT ds(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean
async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader( CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String
method,
DbAsyncResult result)
at
System.Data.SqlClient.SqlCommand.InternalExecuteNo nQuery(DbAsyncResult
result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at
Microsoft.Practices.EnterpriseLibrary.Data.Databas e.DoExecuteNonQuery(DbCommand
command)
at
Microsoft.Practices.EnterpriseLibrary.Data.Databas e.ExecuteNonQuery(DbCommand
command)
at Marketrend.BLC.Customer.Customer.CreatePolkCustome r(String
firstName,
String lastName, String phone, String address, String city, String
zip,
String provinceID, Int32 languageID, Int32 documentID, Int32
dealerID)
Error TargetSite: IntPtr SNIPacketGetConnection(IntPtr)
ExceptionState: System.Web.HttpApplication+CancelModuleException
Data: System.Collections.ListDictionaryInternal



Oct 7 '06 #6

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

Similar topics

3
by: Shelly | last post by:
I have come across a strange problem. I am setting up a registration screen with username, password, confirm password, and a couple of other things. The submit button is named "Submit". The...
14
by: Allcomp | last post by:
Hello, I have seen something really strange in VB6 If I do a Int ( (5 * 1.2)) , I receive the value 5, but I should receive 6? Is this a bug or something really "normal". I can see that if I...
6
by: leonecla | last post by:
Hi everybody, I'm facing a very very strange problem with a very very simple C program... My goal should be to write to a binary file some numbers (integers), each one represented as a sequence...
2
by: TB | last post by:
I am seeing a very strange problem as follows... I have a loop where a fair amount of processing is going on and near the top of the loop I access a class that has only static helper functions...
5
by: cody | last post by:
I have a very funny/strange effect here. if I let the delegate do "return prop.GetGetMethod().Invoke(info.AudioHeader, null);" then I get wrong results, that is, a wrong method is called and I...
2
by: Shapper | last post by:
Hello, I have this code: Dim cultureList(,) As String = {{"E", "en-GB"}, {"P", "pt-PT"}} Select Case Session("culture") Case "pt-PT" ... Dim cultureList(,) As String =...
2
by: Buddy Ackerman | last post by:
I have a web app that I have setup on numerous web servers. I've set one up for a new client at their hosting facility and cannot get it to connect to their database. I get a "SQL Server does not...
1
by: Don Rixtown | last post by:
I ran into a very strange error tonight. I was working with web services and typed datasets. The web server I was using happens to be on the other end of a virtual network (Hamachi). Everything...
4
by: Efy | last post by:
Hi, I was debugging my JavaScript in VS2005, the script probably had an error some ware (Line 25), after I fixed the error, I am trying to run the page again I am getting the same error "Illegal...
11
by: VijaKhara | last post by:
Hi all, I just write a very simple codes in C and vthere is a very strange bug which I cannot figure out why. The first loop is for v, and the second for k. There is no relationship between v...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...

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.