Click here to Skip to main content
15,915,840 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralCustom Control Tutorial Pin
inetmaster18-Dec-04 0:01
inetmaster18-Dec-04 0:01 
GeneralRe: Custom Control Tutorial Pin
Mekong River18-Dec-04 5:17
Mekong River18-Dec-04 5:17 
GeneralDAO connection Pin
paykani17-Dec-04 19:58
paykani17-Dec-04 19:58 
GeneralRe: DAO connection Pin
Mekong River18-Dec-04 5:27
Mekong River18-Dec-04 5:27 
Generalprogress bar Pin
WartHog00017-Dec-04 14:19
WartHog00017-Dec-04 14:19 
GeneralRe: progress bar Pin
Mekong River18-Dec-04 5:41
Mekong River18-Dec-04 5:41 
GeneralRe: progress bar Pin
WartHog00018-Dec-04 7:04
WartHog00018-Dec-04 7:04 
GeneralDatabase -- What am i not understanding. Pin
OICU81217-Dec-04 12:21
OICU81217-Dec-04 12:21 
I have an ms access db with many 'views' (queries) within the database that I want to use with ADO.NET but it seems I'm having to reinvent the wheel to use them the way i want.

Simplified example:

Lets say i have a query within Access

"Select FirstName, LastName, FirstName + ' ' + LastName as FullName FROM Customers"

Now I use that in a DataTable bound to a DataGrid -- When i enter (or edit) the FirstName and LastName and move to the next row it doesn't update the 'calculated field' FullName.

I know I can make a 'Calculated Column' and make it work but im trying not to have to write so much dang code and use what already works. Am I just missing somthing obvious? Is there a way to tell ADO that the field should calculate 'LIVE' using the sql, or do I have to insert into code every calculation done with the data as a calculated column?
GeneralRe: Database -- What am i not understanding. Pin
Dave Kreskowiak17-Dec-04 14:14
mveDave Kreskowiak17-Dec-04 14:14 
GeneralRe: Database -- What am i not understanding. Pin
OICU81217-Dec-04 18:57
OICU81217-Dec-04 18:57 
GeneralBitmaps and GDI+ Pin
Michael Parkin17-Dec-04 10:10
Michael Parkin17-Dec-04 10:10 
Generalcustom sorting datatables Pin
mfriedenthal17-Dec-04 8:07
sussmfriedenthal17-Dec-04 8:07 
GeneralRe: custom sorting datatables Pin
OICU81217-Dec-04 11:23
OICU81217-Dec-04 11:23 
GeneralRe: custom sorting datatables Pin
LadyReader20-Dec-04 4:41
LadyReader20-Dec-04 4:41 
GeneralRe: custom sorting datatables Pin
OICU81221-Dec-04 21:13
OICU81221-Dec-04 21:13 
GeneralRe: custom sorting datatables Pin
LadyReader22-Dec-04 4:16
LadyReader22-Dec-04 4:16 
GeneralCheck the file os open or not in vb Pin
Member 158672017-Dec-04 3:18
Member 158672017-Dec-04 3:18 
GeneralRe: Check the file os open or not in vb Pin
Dave Kreskowiak17-Dec-04 6:13
mveDave Kreskowiak17-Dec-04 6:13 
GeneralMaking Monitor Black Pin
Member 158672017-Dec-04 2:50
Member 158672017-Dec-04 2:50 
GeneralRe: Making Monitor Black Pin
Dave Kreskowiak17-Dec-04 6:00
mveDave Kreskowiak17-Dec-04 6:00 
GeneralRe: Making Monitor Black Pin
Member 158672017-Dec-04 14:23
Member 158672017-Dec-04 14:23 
GeneralRe: Making Monitor Black Pin
OICU81217-Dec-04 19:29
OICU81217-Dec-04 19:29 
GeneralRe: Making Monitor Black Pin
Dave Kreskowiak18-Dec-04 4:37
mveDave Kreskowiak18-Dec-04 4:37 
GeneralHelp with Browse Pin
mex_young17-Dec-04 1:04
mex_young17-Dec-04 1:04 
GeneralRe: Help with Browse Pin
Purple Monk17-Dec-04 4:45
Purple Monk17-Dec-04 4:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.