Ask a Question related to ASP Database, Design and Development.
-
Yann NGUYEN #1
[#BINARY#] instead of string value in ASP pages from ACCESS
IIS returns me [#BINARY#] instead of string value in ASP
pages on my W2K. The source is an ACCESS database. I have
recently installed Visual studio .net with the latest
MDAC driver and Web MATRIX. What's the problem ?
Yann NGUYEN Guest
-
[ANN]XtinyAdoDB xtra released. Support binary data access.
XtinyAdoDB xtra is a database xtra for authorware and director. Let your application connect to database through microsoft ADO driver. Features:... -
String or binary data would be truncated error
So... What is the problem? "J. Muenchbourg" <anonymous@devdex.com> wrote in message news:%23tgFGdYRDHA.2636@TK2MSFTNGP10.phx.gbl... -
"Access Denied" using public static Process Start(string, string);
We are using Network Associates VirusScan to check files uploaded from a web page for viruses. The code below worked fine using .Net 1.1 on... -
access denied on data access pages
I have created data access pages that worked well when I tried them on two separate computer simutaneously, but when we went into production we got... -
error: String or binary data would be truncated.
I'm trying to fix the fax numbers in our contact table to have a "1-" in front of the number from: 800-555-1212 to: 1-800-555-1212 Here's... -
Manohar Kamath [MVP] #2
Re: [#BINARY#] instead of string value in ASP pages from ACCESS
Where are you getting this error? Show us the code please.
--
Manohar Kamath
Editor, .netBooks
[url]www.dotnetbooks.com[/url]
"Yann NGUYEN" <yann.nguyen@dcia.air.defense.gouv.fr> wrote in message
news:0a3001c35bfc$04cc9b30$a301280a@phx.gbl...> IIS returns me [#BINARY#] instead of string value in ASP
> pages on my W2K. The source is an ACCESS database. I have
> recently installed Visual studio .net with the latest
> MDAC driver and Web MATRIX. What's the problem ?
Manohar Kamath [MVP] Guest
-
NGUYEN #3
Re: [#BINARY#] instead of string value in ASP pages from ACCESS
I have partially solved the problem but I don't know why
In my global.asa I put:
Application("pwd_ConnectionString")
="Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Inetpub\wwwroot\fpdb\pwd.mdb"
instead of
Application("pwd_ConnectionString") = "DRIVER={Microsoft
Access Driver (*.mdb)};DBQ=URL=fpdb/pwd.mdb"
All ASP pages now return string values instead of
[#BINARY#]. I think it's due to a beta ACCESS 2003 that
has been installed on my computer.
How can I reinstall my MS ACCESS DRIVER correctly ?
please.>-----Original Message-----
>Where are you getting this error? Show us the codewrote in message>
>--
>Manohar Kamath
>Editor, .netBooks
>[url]www.dotnetbooks.com[/url]
>
>
>"Yann NGUYEN" <yann.nguyen@dcia.air.defense.gouv.fr>ASP>news:0a3001c35bfc$04cc9b30$a301280a@phx.gbl...>> IIS returns me [#BINARY#] instead of string value inhave>> pages on my W2K. The source is an ACCESS database. I>>> recently installed Visual studio .net with the latest
>> MDAC driver and Web MATRIX. What's the problem ?
>
>.
>NGUYEN Guest



Reply With Quote

