M
Mika M
Hi!
This is not clearly ADO.NET question, but I need this with VB.NET and
ADO.NET anyway.
It is possible to make SQL-query like ...
SELECT 0 AS IntegerField, '' AS StringField ...
.... to get field which really don't exists in database, but how to get this
kind of "virtual field" as boolean type (true or false)?
I need this as an aid field for user's temporary marking use with real
database fields when form is loaded in SELECT SQL-query with ADO.NET.
This is not clearly ADO.NET question, but I need this with VB.NET and
ADO.NET anyway.
It is possible to make SQL-query like ...
SELECT 0 AS IntegerField, '' AS StringField ...
.... to get field which really don't exists in database, but how to get this
kind of "virtual field" as boolean type (true or false)?
I need this as an aid field for user's temporary marking use with real
database fields when form is loaded in SELECT SQL-query with ADO.NET.