Click here to Skip to main content
15,918,404 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: simple SQL statements Pin
Dave Kreskowiak14-Feb-05 5:45
mveDave Kreskowiak14-Feb-05 5:45 
GeneralRe: simple SQL statements Pin
mm_chanakaya14-Feb-05 5:55
mm_chanakaya14-Feb-05 5:55 
GeneralRe: simple SQL statements Pin
Dave Kreskowiak14-Feb-05 11:18
mveDave Kreskowiak14-Feb-05 11:18 
GeneralWebcam .Net Pin
priyamadahar11-Feb-05 3:40
priyamadahar11-Feb-05 3:40 
GeneralRe: Webcam .Net Pin
Virus Detecter16-Feb-05 0:37
Virus Detecter16-Feb-05 0:37 
GeneralOLE Pin
ColdWaterBlue11-Feb-05 1:56
ColdWaterBlue11-Feb-05 1:56 
GeneralRe: OLE Pin
LLINF12-Feb-05 3:11
LLINF12-Feb-05 3:11 
GeneralDatatable update without(!) DataAdapter Pin
BuddelWilli11-Feb-05 1:51
BuddelWilli11-Feb-05 1:51 
Hi guys,

so, i've got a datatable with informations from a sql server (column schema). I know that i can save the changes with a DataAdapter, but I need this only when I work with sql statements. My hole application use this solution:

Dim str As String = "Provider=SQLOleDB; Data Source=localhost; Initial Catalog=NorthwindDub; User ID=; Password=$"
Dim conn As New OleDb.OleDbConnection
conn.ConnectionString = str

conn.Open()
Dim schemaColumn As DataTable
schemaColumn = conn.GetOleDbSchemaTable(OleDb.OleDbSchemaGuid.Columns, New Object() {Nothing, Nothing, ListView1.Items(ListView1.SelectedIndices.Item(0)).Text(), Nothing})


I never need a DataAdapter...but now, i will save the changes in den datagrid. I know that we can save with dataadapter.update but dataadapter needs an sql query.

Are there any solution to ave changes in the datagrid without a dataadapter which needs sql statements?

(sorry for my bad english, i hope that you understand what i mean)
GeneralRe: Datatable update without(!) DataAdapter Pin
numbrel11-Feb-05 8:48
numbrel11-Feb-05 8:48 
GeneralRegistry Settings Pin
johnjsm11-Feb-05 1:31
johnjsm11-Feb-05 1:31 
GeneralRe: Registry Settings Pin
Dave Kreskowiak11-Feb-05 4:31
mveDave Kreskowiak11-Feb-05 4:31 
GeneralRe: Registry Settings Pin
Briga11-Feb-05 4:32
Briga11-Feb-05 4:32 
GeneralGAC Pin
nitin_ion11-Feb-05 0:09
nitin_ion11-Feb-05 0:09 
GeneralRe: GAC Pin
Dave Kreskowiak11-Feb-05 4:30
mveDave Kreskowiak11-Feb-05 4:30 
GeneralRe: GAC Pin
nitin_ion13-Feb-05 16:20
nitin_ion13-Feb-05 16:20 
GeneralRe: GAC Pin
Dave Kreskowiak13-Feb-05 17:04
mveDave Kreskowiak13-Feb-05 17:04 
GeneralRe: GAC Pin
nitin_ion13-Feb-05 17:08
nitin_ion13-Feb-05 17:08 
GeneralRe: GAC Pin
Dave Kreskowiak13-Feb-05 17:40
mveDave Kreskowiak13-Feb-05 17:40 
GeneralRe: GAC Pin
nitin_ion13-Feb-05 18:21
nitin_ion13-Feb-05 18:21 
GeneralRe: GAC Pin
Dave Kreskowiak14-Feb-05 1:22
mveDave Kreskowiak14-Feb-05 1:22 
GeneralRe: GAC Pin
nitin_ion14-Feb-05 16:25
nitin_ion14-Feb-05 16:25 
Generalsplit string by tabstop in VBA for Word Pin
Stephan Wright10-Feb-05 21:44
Stephan Wright10-Feb-05 21:44 
GeneralRe: split string by tabstop in VBA for Word Pin
Dave Kreskowiak11-Feb-05 4:27
mveDave Kreskowiak11-Feb-05 4:27 
GeneralRe: split string by tabstop in VBA for Word Pin
MikeZRed11-Feb-05 15:11
sussMikeZRed11-Feb-05 15:11 
GeneralRe: split string by tabstop in VBA for Word Pin
Dave Kreskowiak12-Feb-05 3:10
mveDave Kreskowiak12-Feb-05 3:10 

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.