Treeview and xml as data
Sat, 19 Apr 2008 12:25:24 +0200
Hi everybody,
To build my treeview i use the following code :
Private Sub ConstructionDuTreeView()
Dim Départ As Integer
Dim Etape As Integer
Dim Tw_niveau_Départ As TreeNode
Dim Tw_niveau_Etape As TreeNode
Dim tmpCounter As Integer = 0
Try
...
|
Refresh my Dataset
Thu, 10 Apr 2008 07:08:00 -0700
Hello,
I've got a small problem about my dataset that can't be updated.
I create a new connection string to my access database with the merge wizard
of Visual Studio 2005/2008. I do not copy the database to my project folders;
so the wizard creates automaticly a Dataset in my project. The only problem
is ...
|
Newbie tries to get Data from a list box?
Wed, 9 Apr 2008 23:13:58 -0700
Hi, trying to use vb express to make a "matching" program. I want to have
two lists, one with english words and a second list with spanish words. I
made an access database with an index, english and spanish fields and put
some matching words in.
In vb, I made the data connection, and bound the lists to the ...
|
connection string assignment at runtime for Data Sources/xsd based datasource
Mon, 7 Apr 2008 18:17:26 -0400
hi,
i have to modify an app that was designed to run on a pc and whose database
was at a specific location on the pc.
i have to make the app mobile so it can be run from a usb flash drive (which
will contain both the app and database), that should be able to run on any
pc/laptop that has .net on it.
the ...
|
Changing view of DataGridView bound to access database ?
Fri, 4 Apr 2008 14:33:40 +0100
I'm using VS2005 and VB.net.
I've added a datagridview to a form, and bound the control to a table in an
access database via a xsd object. The columns display in the order the
fields are in the access database. Is it possible to change the column order
shown in the datagridview in any way except by altering t ...
|
Database creation or not ?
Fri, 28 Mar 2008 10:30:23 -0000
I'm writing a simple vb.net app that will store/read some data in a small
access database. I'm trying to decide whether I should create the database
'programatically' in the app directory when the app runs, if it doesn't yet
exist. Or when the app installs also install a copy of the database with
empty recor ...
|
don't know how to update the Data Access
Thu, 27 Mar 2008 11:27:00 -0700
need somebody help me .....i really don't know why the code cannot updated
the database.
Private Sub Sbobet_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Me.Opacity = 0.8
FillDataSetAndView()
TableBinding()
btnUpdate.Enabled = False
...
|
|
|
Dont read
Tue, 25 Mar 2008 11:55:58 +0100
Vendo coche de segunda mano, Seat ibiza, a? 2001 km
35000, Solo por 4500 euros.
[URL=http://www.anunciosgratis.de]Anuncios Gratis[/URL]
www.AnunciosGratis.de http://www.AnunciosGratis.de Anuncios
Gratis. ...
|
An SQL statment that VB won't execute that Access is HAPPY to execute???
Thu, 20 Mar 2008 22:43:30 -0700
Ok, I'm pulling what little hair I have left out of my head.
I'm simply trying to use VB to insert a record into an Access 2002
database that my VB app has successfully inserted records into for
about 10 years. I'm thinking the problem must be something to do with
the way I've configured a new table I've rece ...
|
How to insert data from excel file to sql2k?
Mon, 17 Mar 2008 09:37:35 -0700
1. I have sql2k server name ABC and table name is test.
2. I have excel file at c:\xyz\test.xls (lets say there are 5 columns
in excel file)
3. I want to create a form with a button on it and when a user clicks,
it starts inserting data from excel file into sql table test.
I would really ...
|