Help Needed - Please
Wed, 2 Jul 2008 03:52:00 -0700
I have created a new form project in VB 2008 express, and added a data-source
pointing to a simple mdb file on my local hard drive at C:/DelMe (outside my
project).
If I open the data using the database explorer (rather than the datasource
explorer) and right click on a table and retrieve the data, then I c ...
|
Update data with DataGridView control
Mon, 30 Jun 2008 13:54:40 +0200
Hi,
How to update changed data with DataGridView control bounded to table on SQL
Server 2005 Express edition?
Thanks a lot!
Domac
...
|
Mdb file not updating - VB 2008 Express
Mon, 30 Jun 2008 02:30:01 -0700
I have created a new form project in vb 2008 express, and added a data-source
pointing to a simple mdb file on my local hard drive at C:/DelMe.
If I open the data using the database explorer (rather than the datasource
explorer) and right click on a table and retrieve the data, then I can see
the data and u ...
|
Problem With Vista VB9 and ODBC
Sat, 28 Jun 2008 16:36:19 +0200
So the problem is that i have an application written in VB9 that works on XP
but not on VISTA
This works on XP
Public ConnString As String = "dsn=FILPYSKARP"
CmdString = "SELECT * FROM PULAGER WHERE D1021_Benaemning = '" +
CStr(designation) + "'"
Dim structureExists As Boolean
structureExists = db(CmdStri ...
|
sp_configure ??
Thu, 26 Jun 2008 23:05:46 +0200
hello,
I get this error message in vb2005
when i try to use SQL server with VB
Generating user instances in SQL Server is disabled. Use sp_configure 'user
instances enabled' to generate user instances.
anyone can help??
...
|
Data Base Question
Fri, 20 Jun 2008 06:13:42 +0300
Is this newsgroup for data base?
if true
please
give me some idea to study data base in vb.net
or give my table of contents to study the data base
example
you should study ado
or
1- study ado
what else should i know
...
|
VS2008 has Killed my UltraEdit32 .vs File Association
Thu, 19 Jun 2008 22:26:24 -0400
I have been running Visual Studio 2005 alongside UltraEdit for a couple of
years. I was always able to set my file association to VBScript files w/ the
extension .vs to UltraEdit32 without a problem.
I installed VS2008 yesterday, and now I can't force the .vs file association
to UltraEdit. In fact, UltraEdi ...
|
|
|
Saving data problem
Tue, 10 Jun 2008 13:46:10 -0700
Hi everybody
I'm usuing the walkthrough example in MSDN , I successfully created a SQL
database and I can retrieve my data in my application using bound controls
and Binding navigator but when I save something i the datebase and close the
application and then open it again all the new data i have saved are go ...
|
datatable select method
Mon, 2 Jun 2008 17:46:03 -0700
I can't figure out how to use this method. What syntax is used inside the
parantheses: dtable.select( ???? )
I'm trying to select rows that have column values matching to some input.
I could not find any documentation on this.
Thx ...
|
Using the value of a textbox in the select query string
Sat, 31 May 2008 14:33:03 -0700
Hi,
Since I am using MS Access 2007, I cannot use the AccessDataSource control
(It won't recognize 2007 databasesâ??Odd!), so I have to write the data
connection. I can't find any help with writing the select command (I think
it should be like this: "SELECT [ScheduledDay], [Date], [Campus], [Room],
...
|