Ask a Question related to ASP.NET General, Design and Development.
-
Tim #1
FileIndex MSIDXS error returning record
I'm trying to work with the Index Server in ASP.Net and am having
issues with returning FileIndex.
My select statement looks like this: SELECT FileIndex, DocTitle,
vpath, filename, size, write, characterization, rank
I'm getting an error of System.InvalidCastException: The data value
could not be converted for reasons other than sign mismatch or data
overflow. For example, the data was corrupted in the data store but
the row was still retrievable.
However, if I remove FileIndex, it works perfectly. I need to have
FileIndex based on our application requirements.
How can I get around this?
Any help would be appreciated.
-Tim
Tim Guest
-
returning an inserted SQL record
Found my answer... Select max(column) as ID from table -
Functions returning RECORD
Hi I come from a MS-SQL background and am trying to figure out what is wrong with the function below:... -
Indexing Service (MSIDXS OLEDB Provider) Error - Impersonation Fai
I'm using the MSIDXS OLEDB provider in my ASP.NET application to search/query the Indexing Service catalogs for information. This works fine on my... -
.NET Framework 1.1 SP1 and MSIDXS OLEDB Provider
I'm using the MSIDXS OLEDB provider in mu ASP.NET application to search/query the Indexing Service catalogs for information. This works fine on my... -
PHP-MySQL: Returning ID when new record is made?
Let's say I create a new record in a table like this: mysql_query("INSERT INTO table (col1) VALUES ('example')",$conn); ....that had an...



Reply With Quote

