Forum: Visual Basic 4 / 5 / 6 Dec 7th, 2008 |
| Replies: 2 Views: 592 i connect it through code
db-database
recset-recordset
i have made a DAO connection and i use MS-Access as back end. |
Forum: Visual Basic 4 / 5 / 6 Dec 6th, 2008 |
| Replies: 2 Views: 592 hi
how to show the data in data grid.
is the following one correct
set db.recordsource=recset
thank u |
Forum: Visual Basic 4 / 5 / 6 Dec 6th, 2008 |
| Replies: 6 Views: 728 hi
i'm also using MS-Access as backend
dr is a DAO connection.
i have included another alter statement.but its working.
anyhow once again i'll try with ur syntax and update it to u.
thank u |
Forum: Visual Basic 4 / 5 / 6 Dec 6th, 2008 |
| Replies: 6 Views: 728 hi
i tried without parenthesis too
but if the parenthesis is removed,it is showing syntax error in alter statement. |
Forum: Visual Basic 4 / 5 / 6 Dec 6th, 2008 |
| Replies: 1 Views: 461 hi
how to view the entire table present in the DB in datagrid view
thank u |
Forum: Visual Basic 4 / 5 / 6 Dec 6th, 2008 |
| Replies: 6 Views: 728 hi
i'm receiving anerror message while executing this statement.
dr.Execute ("alter table results12 add (Total number,Percentage number,Status char(5))")
error message
run-time error:3292... |
Forum: Visual Basic 4 / 5 / 6 Jul 14th, 2008 |
| Replies: 0 Views: 735 hi
pls help me to fetch the data from the following HTML source code.
<TR>
<TD colSpan=2>
<CENTER>CS1304</CENTER></TD>
<TD colSpan=2>
<CENTER>20</CENTER></TD>
<TD colSpan=2> |
Forum: Visual Basic 4 / 5 / 6 Jul 8th, 2008 |
| Replies: 1 Views: 1,059 hi
please explain me the following in VB 6.0:?:
1. webbrowser.busy
2. webbrowser.readystate=readystate_complete
3. webbrowser.readystate=readystate_loading... |
Forum: Visual Basic 4 / 5 / 6 Jul 7th, 2008 |
| Replies: 2 Views: 502 hi
instead of a code for my project i would like to know about the different properties of web browser.
thank u |
Forum: Visual Basic 4 / 5 / 6 Jul 7th, 2008 |
| Replies: 2 Views: 502 hi
i would like to know the functions of webbrowser1.busy,STATE_COMPLETE and all other properties of web browser.
pls also let me know how to make the process sleep until web browser gets... |
Forum: Visual Basic 4 / 5 / 6 Jul 5th, 2008 |
| Replies: 1 Views: 1,125 hi
how to make the process sleep until my webbrowser gets loaded.
this is my code
webbrowser1.navigate("www.google.co.in")
text=webbrowser1.document.body.innertext
pls send me the code |
Forum: Visual Basic 4 / 5 / 6 Jul 3rd, 2008 |
| Replies: 1 Views: 1,309 hi
i used the following code to read data from web.
this is my code
Private Sub Command1_Click()
Dim Text As Variant
WebBrowser1.Navigate ("www.google.co.in")
Text =... |
Forum: Visual Basic 4 / 5 / 6 Jun 27th, 2008 |
| Replies: 2 Views: 1,179 thank u man.
i'll try it. |
Forum: Visual Basic 4 / 5 / 6 Jun 26th, 2008 |
| Replies: 2 Views: 1,179 hi
pls help me to read data from a website.
can it be done with VB?
if yes pls guide me.
thank u |