Click here to Skip to main content
15,914,943 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: creating table adapter queries with code not designer Pin
Dave Kreskowiak16-Jan-08 6:34
mveDave Kreskowiak16-Jan-08 6:34 
GeneralRe: creating table adapter queries with code not designer Pin
Cory Kimble16-Jan-08 10:02
Cory Kimble16-Jan-08 10:02 
GeneralRe: creating table adapter queries with code not designer Pin
Dave Kreskowiak16-Jan-08 11:12
mveDave Kreskowiak16-Jan-08 11:12 
GeneralRe: creating table adapter queries with code not designer Pin
Cory Kimble18-Jan-08 7:25
Cory Kimble18-Jan-08 7:25 
GeneralRe: creating table adapter queries with code not designer Pin
Dave Kreskowiak19-Jan-08 4:46
mveDave Kreskowiak19-Jan-08 4:46 
GeneralRe: creating table adapter queries with code not designer Pin
Cory Kimble21-Jan-08 11:16
Cory Kimble21-Jan-08 11:16 
Generalvb.net table names from sql server Pin
Cory Kimble16-Jan-08 3:55
Cory Kimble16-Jan-08 3:55 
GeneralRe: vb.net table names from sql server Pin
Dave Kreskowiak16-Jan-08 4:42
mveDave Kreskowiak16-Jan-08 4:42 
The select statement should be:
SELECT name FROM dbo.sysobjects WHERE xtype = 'U'

Note the space between FROM and dbo.sysobjects and between dbo.sysobjects and WHERE.

SQL is not forgiving about missing spaces.



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




Generalautoscrollposition Pin
Smithers-Jones16-Jan-08 3:32
Smithers-Jones16-Jan-08 3:32 
GeneralRe: autoscrollposition Pin
Dave Kreskowiak16-Jan-08 4:38
mveDave Kreskowiak16-Jan-08 4:38 
GeneralRe: autoscrollposition Pin
Smithers-Jones16-Jan-08 5:29
Smithers-Jones16-Jan-08 5:29 
GeneralRe: autoscrollposition Pin
Dave Kreskowiak16-Jan-08 6:17
mveDave Kreskowiak16-Jan-08 6:17 
GeneralRe: autoscrollposition Pin
Smithers-Jones16-Jan-08 6:28
Smithers-Jones16-Jan-08 6:28 
GeneralRe: autoscrollposition Pin
Dave Kreskowiak16-Jan-08 6:45
mveDave Kreskowiak16-Jan-08 6:45 
GeneralRe: autoscrollposition Pin
Smithers-Jones16-Jan-08 7:06
Smithers-Jones16-Jan-08 7:06 
GeneralRe: autoscrollposition Pin
Smithers-Jones16-Jan-08 7:13
Smithers-Jones16-Jan-08 7:13 
GeneralRe: autoscrollposition Pin
Dave Kreskowiak16-Jan-08 10:10
mveDave Kreskowiak16-Jan-08 10:10 
QuestionGetting error message : system.data.dataexception Pin
Central_IT16-Jan-08 1:15
Central_IT16-Jan-08 1:15 
GeneralRe: Getting error message : system.data.dataexception Pin
Dave Kreskowiak16-Jan-08 2:18
mveDave Kreskowiak16-Jan-08 2:18 
QuestionRe: Getting error message : system.data.dataexception Pin
Central_IT16-Jan-08 2:49
Central_IT16-Jan-08 2:49 
GeneralRe: Getting error message : system.data.dataexception Pin
Central_IT16-Jan-08 3:04
Central_IT16-Jan-08 3:04 
GeneralRe: Getting error message : system.data.dataexception Pin
Dave Kreskowiak16-Jan-08 3:32
mveDave Kreskowiak16-Jan-08 3:32 
GeneralRe: Getting error message : system.data.dataexception Pin
Central_IT16-Jan-08 3:54
Central_IT16-Jan-08 3:54 
GeneralRe: Getting error message : system.data.dataexception Pin
Dave Kreskowiak16-Jan-08 4:37
mveDave Kreskowiak16-Jan-08 4:37 
GeneralRe: Getting error message : system.data.dataexception Pin
Central_IT16-Jan-08 4:52
Central_IT16-Jan-08 4:52 

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.