Click here to Skip to main content
15,917,808 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: catch Run-time error 40006 (VB6.0) Pin
Dave Kreskowiak25-Jul-07 6:21
mveDave Kreskowiak25-Jul-07 6:21 
Questionhow to change input laguage programatically? Pin
jamilkhan00724-Jul-07 21:56
jamilkhan00724-Jul-07 21:56 
AnswerRe: how to change input laguage programatically? Pin
Dave Kreskowiak25-Jul-07 3:27
mveDave Kreskowiak25-Jul-07 3:27 
GeneralRe: how to change input laguage programatically? Pin
Tom Deketelaere25-Jul-07 3:47
professionalTom Deketelaere25-Jul-07 3:47 
GeneralRe: how to change input laguage programatically? Pin
Dave Kreskowiak25-Jul-07 6:25
mveDave Kreskowiak25-Jul-07 6:25 
GeneralRe: how to change input laguage programatically? Pin
Tom Deketelaere25-Jul-07 20:47
professionalTom Deketelaere25-Jul-07 20:47 
GeneralRe: how to change input laguage programatically? Pin
jamilkhan00726-Jul-07 1:04
jamilkhan00726-Jul-07 1:04 
QuestionHow to use a SQL join in an Adapter in VB.net Pin
Vimalsoft(Pty) Ltd24-Jul-07 21:44
professionalVimalsoft(Pty) Ltd24-Jul-07 21:44 
Hi All

i want to use Following SQL join in an Adapter
<br />
select Property_Mass.Actual_Extent,Property_Mass.Attrib_code,Property_Mass.Lis_key,Property_Mass.Func_key,Property_Mass.Density,<br />
Property_Mass.New_Net_Usable_Extent,Property_Mass.New_Total_Land_Factor,Property_Mass.New_AdJ_Extent_1,Property_Mass.New_Points_1,Property_Mass.New_ADJ_Extent_2,Property_Mass.New_Points_2,Property_Mass.LS_Prediction,Property_Mass.LS_Confidence,Property_Mass.LS_TYPE,Property_Summary.Purchase_Date,Property_Summary.Purchase_Price<br />
from (Property_Mass Inner Join Property_Summary on Property_Mass.Lis_Key = Property_Summary.Lis_key)<br />
where Property_Mass.Lis_key = Property_Summary.Lis_key<br />

in my Application i will be Updating,Inserting and Deleting. i get warnings in Insert, update and Delete. that
<br />
The original query has a select list that has columns from multiple tables. The statement cannot be generated automatically for this type of query.<br />

How can i overcome this.

Vuyiswa Maseko

AnswerRe: How to use a SQL join in an Adapter in VB.net Pin
Christian Graus24-Jul-07 21:46
protectorChristian Graus24-Jul-07 21:46 
AnswerRe: How to use a SQL join in an Adapter in VB.net Pin
Dave Kreskowiak25-Jul-07 3:19
mveDave Kreskowiak25-Jul-07 3:19 
GeneralRe: How to use a SQL join in an Adapter in VB.net Pin
Vimalsoft(Pty) Ltd25-Jul-07 3:28
professionalVimalsoft(Pty) Ltd25-Jul-07 3:28 
GeneralRe: How to use a SQL join in an Adapter in VB.net Pin
Dave Kreskowiak25-Jul-07 6:22
mveDave Kreskowiak25-Jul-07 6:22 
GeneralRe: How to use a SQL join in an Adapter in VB.net Pin
Vimalsoft(Pty) Ltd27-Jul-07 1:45
professionalVimalsoft(Pty) Ltd27-Jul-07 1:45 
GeneralRe: How to use a SQL join in an Adapter in VB.net Pin
Dave Kreskowiak28-Jul-07 1:55
mveDave Kreskowiak28-Jul-07 1:55 
Questionapplying theme to a VB.NET Form? Pin
jamilkhan00724-Jul-07 21:43
jamilkhan00724-Jul-07 21:43 
AnswerRe: applying theme to a VB.NET Form? Pin
Christian Graus24-Jul-07 21:45
protectorChristian Graus24-Jul-07 21:45 
AnswerRe: applying theme to a VB.NET Form? Pin
jamilkhan00724-Jul-07 22:00
jamilkhan00724-Jul-07 22:00 
Questionc# to vb.net Pin
Tom Deketelaere24-Jul-07 20:51
professionalTom Deketelaere24-Jul-07 20:51 
AnswerRe: c# to vb.net Pin
Christian Graus24-Jul-07 21:44
protectorChristian Graus24-Jul-07 21:44 
AnswerRe: c# to vb.net Pin
Paul Conrad25-Jul-07 6:24
professionalPaul Conrad25-Jul-07 6:24 
GeneralRe: c# to vb.net Pin
Tom Deketelaere25-Jul-07 20:46
professionalTom Deketelaere25-Jul-07 20:46 
AnswerRe: Input Datagrid without Primary Key Pin
Johan Hakkesteegt24-Jul-07 22:52
Johan Hakkesteegt24-Jul-07 22:52 
QuestionRe: Input Datagrid without Primary Key Pin
ryan11725-Jul-07 0:50
ryan11725-Jul-07 0:50 
AnswerRe: Input Datagrid without Primary Key Pin
Johan Hakkesteegt25-Jul-07 1:03
Johan Hakkesteegt25-Jul-07 1:03 
QuestionSmart Client Pin
Sebastian T Xavier24-Jul-07 19:51
Sebastian T Xavier24-Jul-07 19:51 

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.