so that is making it by default load a table into the grid, correct?
Can i simply just turn off the property that shows that or something?
ive been getting the same answer on a few other boards but im unclear as to why peopl ekeep saying set it equal to a table rather than just disable that...
I would like to create an application that i can use to load a webpage (form) within the application, then fill it with specific data.
Can anyone point me inthe right direction such as:
-what areas i need to learn/study to be able to do this.
-any good links
-sample source ? (wishing lol)...
I have a datagrid that i use to display some DB query results on and when the application loads, i would Like the datagrid to be totally empty.
Instead, the grid loads and has a collapsed tree of my db tables on the second row
looks something like this:
|> +
During run time if you click...
Hey thank you very much.
I think i found the problem though and it really is beyond what i posted.
Basically the db is a .mdb file stored on a share that only a select few poeople have write access to.
The vb application can get into the DB fine and pull data for us with r/w permissions on...
Yes i think thats what im asking. i am VERY new to vb.
I am having problems getting it to dump the data to a datagrid.
Here si the code im using:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
OleDbConnection1.Open()...
I have a simple VB app that pulls data from a DB (access .mdb file not a server) and throws it on a datagrid. It works fine for me (i have read/write access) but for someone with read ONLY it craps out and gives all kinds of errors.
Im using the following to connect:
OleDbConnection1 >...
I would like to have a form laid out in the fashion of:
Buttons on top for different queries
Data grid below with changing data based on the button choices.
Is this possible?
I have been unable to get a datagrid onto my form -- i am however able to create a form that is 100% a data grid (no...
what i am doing is trying to write a simple search engine that parses some data i have stored in 3 areas.
If it finds the word in all three areas (As specified) the result is the Most relevant
if it finds it in only 2 areas(As specified), those results are more relevant.
if it finds results...
i would like to merge these 3 arrays into a single that
1) Does not have duplicate entries
2) Keeps the order of elements
$result1 = mysql_query($closest);
$result2 = mysql_query($closer);
$result3 = mysql_query($close);
im a newbie so i might be using the wrong...
After reading php.net all day Im REALLY confused about how i should go about doing this...
i would like to merge 3 arrays into a single that
1) Does not have duplicate entries
2) Keeps the order of elements
Here is the code i have so far:
//Dont Mess With This Stuff, Jigga...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.