Re: CHANGING DATA TYPE
- From: "Savas Ates" <in da club>
- Date: Fri, 20 Jan 2006 15:35:37 +0200
Dim xx As SqlClient.SqlDataReader
I take values from my db by appliying that method. ?
"Armin Zingler" <az.nospam@xxxxxxxxxx>, haber iletisinde þunlarý
yazdý:e%23YBbYcHGHA.2212@xxxxxxxxxxxxxxxxxxxxxxx
> "Savas Ates" <in da club> schrieb
>> Dim ProductPropertyValues_Value as string
>>
>>
>>
>> ProductPropertyValues_Value = xx("ProductPropertyValues_Value")
>>
>> it returns error.. Because xx("ProductPropertyValues_Value")
>> returns NULL or "" records?
>>
>> How can i convert it to string or which method should i use it ?
>
>
> Did you enable Option Strict?
>
> What is xx("ProductPropertyValues_Value")?
>
> What is the type of xx("ProductPropertyValues_Value")?
>
> What is the instance type of the object returned by
> xx("ProductPropertyValues_Value")?
>
>
> Armin
>
.
- Follow-Ups:
- Re: CHANGING DATA TYPE
- From: Armin Zingler
- Re: CHANGING DATA TYPE
- References:
- CHANGING DATA TYPE
- From: Savas Ates
- Re: CHANGING DATA TYPE
- From: Armin Zingler
- CHANGING DATA TYPE
- Prev by Date: Re: CHANGING DATA TYPE
- Next by Date: Re: installing my app on another computer
- Previous by thread: Re: CHANGING DATA TYPE
- Next by thread: Re: CHANGING DATA TYPE
- Index(es):
Relevant Pages
|