I did a simple select statement from the database, it works on other webpages that I put on the same server. But when it comes to this page, it gives this error: Exception Details: System.Data.OleDb.OleDbException: Selected collating sequence not supported
by the operating system. Source Error: Line 79: dataAdapter.SelectCommand = dbCommand Line 80: Dim dataSet As System.Data.DataSet = New System.Data.DataSet Line 81: dataAdapter.Fill(dataSet) Line 82: Line 83: Return dataSet Is this becasue the server does
not support this function of dataAdapter.Fill? If it doesn't, how come other pages work? Thanks
What language is your operating system installed as? I have issues on PCs that have Japanese as the base OS language supporting data sets created or being uploaded to English OSs.
Still searching for a solution. I realize this is a real old thread. Just adding the info incase.
None
0 Points
1 Post
System.Data.OleDb.OleDbException
Aug 05, 2003 01:52 PM|dadala|LINK
Contributor
2155 Points
2142 Posts
Re: System.Data.OleDb.OleDbException
Dec 09, 2014 12:43 PM|march11|LINK
What language is your operating system installed as? I have issues on PCs that have Japanese as the base OS language supporting data sets created or being uploaded to English OSs.
Still searching for a solution. I realize this is a real old thread. Just adding the info incase.