Forum: Visual Basic 4 / 5 / 6 Aug 26th, 2009 |
| Replies: 0 Views: 288 Hi VB6 Community,
The whole idea is i want to import a txt file into access2003 using vb6 sql command. i want to use the insert into ado.command rather than using the ado.recordset because of... |
Forum: VB.NET Jun 11th, 2007 |
| Replies: 0 Views: 3,160 Hi there,
I'm a newbie in .net. Can somebody show me a complete working code on how to make this getschema work. I am planning to use it in getting all the tablenames/querries inside an MS Access... |
Forum: VB.NET May 23rd, 2007 |
| Replies: 3 Views: 860 Thanks for your help and comments guys but I prefer to do it in code although using the binding method will work but it seems to me is not very flexible specially if you are using different kind ot... |
Forum: VB.NET May 18th, 2007 |
| Replies: 3 Views: 860 Hi there,
I am very new to .net and I am starting to learn things. Can somebody share me a working code that will put the schema/structure of a table into a combobox. Pls. consider the ff:
1.... |
Forum: Visual Basic 4 / 5 / 6 Jan 22nd, 2007 |
| Replies: 4 Views: 1,616 Hi there,
can you post the access import command then.
thnx.
newvbguy |
Forum: Visual Basic 4 / 5 / 6 Jan 22nd, 2007 |
| Replies: 4 Views: 1,616 Oopps! sorry for that. It should be dbase file or dbf file into an ms access table.
thnx again
newvbguy |
Forum: Visual Basic 4 / 5 / 6 Jan 22nd, 2007 |
| Replies: 4 Views: 1,616 Hi there,
I am trying to import a dbase file into an access database. Is there a way of doing this at a command level? I can do it using recordset but it's extremely slow. Pls help. thanks in... |
Forum: Visual Basic 4 / 5 / 6 Nov 10th, 2006 |
| Replies: 0 Views: 2,724 Hi there,
Can anybody share me a coding that will search and replace a char or word in a datagrid using vb6.
thnx. in advance..
newvbguy |
Forum: Visual Basic 4 / 5 / 6 Oct 30th, 2006 |
| Replies: 2 Views: 1,687 Hi there,
thanks a lot for the code... have a good one.
newvbguy |
Forum: Visual Basic 4 / 5 / 6 Oct 30th, 2006 |
| Replies: 2 Views: 2,804 Hi There,
I am trying to open a txt file with no header using vb6. my problem is that it's converting the first record as header. how can I solve this problem so that my first record will stay.... |
Forum: Visual Basic 4 / 5 / 6 Oct 19th, 2006 |
| Replies: 2 Views: 1,687 Hi there,
I'm new to this sqlserver package. Is VB6 can able to work with this package like connectivity issues?. Can somebody advice me about this because my previous experience is purely on ms... |
Forum: Visual Basic 4 / 5 / 6 Oct 3rd, 2006 |
| Replies: 0 Views: 1,376 Hello there,
I am trying to connect to an Oracle database that contains 210,799 records with 50 columns. My plan here is to compare the speed between MS Access database and Oracle. Ms Access took me... |
Forum: ASP.NET Sep 8th, 2006 |
| Replies: 1 Views: 1,264 Hi there,
My plan is just to display the parent and chile page name/id on my wep pages. So what I am trying to do is to put a label control in each page to handle the display. Is there a control... |
Forum: ASP.NET Aug 28th, 2006 |
| Replies: 8 Views: 4,259 thanks for your advice plazmo. you're a big help.
newvbguy |
Forum: ASP.NET Aug 27th, 2006 |
| Replies: 8 Views: 4,259 Hi there,
I am a newbie to asp.net and i am using asp 2005. Now i am trying to create a webservice site. My plan to to create a webservice function that will reaturn a oledatareader and beleow is my... |
Forum: Visual Basic 4 / 5 / 6 Aug 11th, 2006 |
| Replies: 0 Views: 855 Hi Everyone,
Please help me to solve this problem. I have an adodb.recordset that open eitheir an excel, dbf, mdb, or text file. What I want to do is to export this recordset into an acess table.... |
Forum: VB.NET Jul 28th, 2006 |
| Replies: 6 Views: 9,836 oops sorry with my english. What I mean at design time is using the properties of the datagrid. to setup This is the time when you put a datagrid in a form. In other words setting up the table style... |
Forum: VB.NET Jul 28th, 2006 |
| Replies: 6 Views: 9,836 Wow... That's all I need to do. Thanks.... HOW can you this at design time. Is it possible?.
Thanks again.
Newvbguy |
Forum: VB.NET Jul 26th, 2006 |
| Replies: 6 Views: 9,836 Oh Thanks. It seems simple but ok, I am interested with the table style. Is this something you can do at design level, in coding/run time. Do you have some codings pls. Thanks again.
newvbguy |
Forum: VB.NET Jul 19th, 2006 |
| Replies: 6 Views: 9,836 Hi,
A newbie to vb.net and I am trying to learn this datagrid. Here are my questions:
1. How can I populate a datagrid with selected column of a table without using a query.
2. How can I put a... |
Forum: Visual Basic 4 / 5 / 6 Jun 27th, 2006 |
| Replies: 2 Views: 2,287 |
Forum: Visual Basic 4 / 5 / 6 Jun 27th, 2006 |
| Replies: 2 Views: 2,287 Hi Everyone,
This is probably simple but I don't know how. Can someone show me a code the test if the child form is currently active or currently the one open in front of my screen.
Thanks in... |
Forum: Visual Basic 4 / 5 / 6 May 31st, 2006 |
| Replies: 7 Views: 2,057 Hi Marlon,
I am not very sure but i think i've done before. Please verify the syntax but the logic is somewhat like this:
for each control in form.controls
if typename(control.name ) =... |
Forum: Visual Basic 4 / 5 / 6 May 31st, 2006 |
| Replies: 5 Views: 1,375 Hi,
I already figured out how this connection work. Here is the code:
Dim cnn As New ADODB.Connection, rs As New ADODB.Recordset
cnn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data... |
Forum: Visual Basic 4 / 5 / 6 May 30th, 2006 |
| Replies: 5 Views: 1,375 Hi Comatose,
I just thought it will work because there is no error on opening the connection but just in that opening the recordset that I got the error. I haven't read yet the sticky one but i will... |
Forum: Visual Basic 4 / 5 / 6 May 30th, 2006 |
| Replies: 5 Views: 1,375 Hi There,
Can anybody help me with the following:
1. I am trying to open an excel file using adodb connection but i got a run time error on the rs. open. Here is my code
Dim cnn As New... |
Forum: Visual Basic 4 / 5 / 6 May 30th, 2006 |
| Replies: 2 Views: 4,711 Hi Comatose,
Thanks a lot.. you're really giving us a big help.
have a good day.
Newvbguy |
Forum: Visual Basic 4 / 5 / 6 May 29th, 2006 |
| Replies: 2 Views: 4,711 Hi Everyone,
In DAO there is an tabledef object where you have the ability to find out all the names of all tables inside an MDB file. Can anybody show me a code on how to do that in ADO. Thanks in... |
Forum: Visual Basic 4 / 5 / 6 May 24th, 2006 |
| Replies: 7 Views: 6,258 THANK YOU SO MUCH.
newvbguy |
Forum: Visual Basic 4 / 5 / 6 May 22nd, 2006 |
| Replies: 5 Views: 3,018 Hi bkelly,
Can you use a combination of a form and a progress bar. I think you can do it in this way.
Newvbguy |
Forum: Visual Basic 4 / 5 / 6 May 22nd, 2006 |
| Replies: 7 Views: 6,258 Hello There,
Is it possible to put a datepicker within a datagrid?. Can somebody show me the code pls.
Thanks again
Newvbguy |
Forum: Visual Basic 4 / 5 / 6 May 22nd, 2006 |
| Replies: 0 Views: 1,754 Hi there,
Can anybody show me how to export a recordset into a txt delimited and exporting recordset into a dbf format.
thanks in advance.
Newvbguy |
Forum: Visual Basic 4 / 5 / 6 May 19th, 2006 |
| Replies: 1 Views: 1,019 Hi there,
How can I extract a ps file (eg. sample.ps) and put it into recordset.
Thanks.
Newvbguy |
Forum: Visual Basic 4 / 5 / 6 May 12th, 2006 |
| Replies: 0 Views: 1,879 Hi there
Can somebody teach me how to add records from one recordset to another recordset. rs.clone style is ok but this method will just replace whatever I have. Is there any way to do this beside... |
Forum: Visual Basic 4 / 5 / 6 Feb 15th, 2006 |
| Replies: 3 Views: 1,308 Hey man, it make sense. thanks a lot.
nwvbguy |
Forum: Visual Basic 4 / 5 / 6 Feb 15th, 2006 |
| Replies: 3 Views: 1,308 Hi everybody,
Can anybody teach me how this work? thnx.
private sub command1_click
dim vcombo1 as combobox,vcombo2 as combobox
call populate(vcombo1) 'there's an error here
vcombo2=vcombo1... |
Forum: ColdFusion Jun 15th, 2005 |
| Replies: 2 Views: 4,587 Hi Everyone,
I am really new to cf and I am trying to understand this software. I am trying to setup my dsn. now when i try to go to cf administrator and select data source option, it pops up an... |
Forum: Visual Basic 4 / 5 / 6 Apr 13th, 2005 |
| Replies: 8 Views: 2,958 a hah! you have a point there.. yeah i am taking notes to all the ideas that will come accross. and yeah i need more......
newvbguy |
Forum: Visual Basic 4 / 5 / 6 Apr 13th, 2005 |
| Replies: 8 Views: 2,958 Hi,
It could be one option and thanks for the suggestion. Is it possible to use my internet connection? You know there are things flying on my mind which I really don't know if it works or not. I... |
Forum: Visual Basic 4 / 5 / 6 Apr 13th, 2005 |
| Replies: 8 Views: 2,958 Hi,
What i really want is just to have a connection where i can access like read, write, delete etc. Now if I have this connection access I can either build an application or find an application or... |