Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo fields
Message
From
24/12/2005 12:19:31
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
24/12/2005 12:14:49
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Environment versions
Environment:
VB.NET 1.1
OS:
Windows Server 2003
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01080631
Message ID:
01080719
Views:
13
>look i,ve work in vb .net i,ve a conection and olecommand , and in vfp i,ve a table with this fields
>
>table1
>
>id n(3)
>name c(30)
>desc m
>
>i need with vb obtaind all values to desc field. thank'u

What I don't understand is where you fail. It's simple and straight forward. You can read id and name? desc is no different. I don't use VB.Net but in C# it's as simple as:

string description = (string)row["desc"];

I think in VB it's:
string description = CType(row["desc"],string)
or something like that.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform