| Thread | Last Post | Replies |
|
| How can i find words from database?if the database is so big?it can reduce the speed? | 14 Jun 2004 16:37 GMT | 1 |
Please say me if the size of database become big what happen itcan reduce the speed
|
| how can i make sequrity to my database ? | 14 Jun 2004 16:35 GMT | 1 |
i have one database .and i want tah tthe database is not opened or not accesible to any user when it not run it only give acess to the prgramm or no hacker or caracker can broke it for sequrity reason .what i have to do?
|
| properties & view code | 14 Jun 2004 14:58 GMT | 2 |
I have placed a list box in an excel file and when I right click to change the properties I can not because it's not there on the floating menu and no matter how I try to include these in the menu there is no joy. has any one any ideas
|
| Wrapper class for an ADO recordset | 13 Jun 2004 23:49 GMT | 4 |
I would like to wrap some ADO recordset properties in my own class. My problem is: How can I use the NewEnum property on an recordset just like how one would do it on a collection? Thanks,
|
| to import data from excel sheet | 12 Jun 2004 02:02 GMT | 4 |
I am begineer for visual basics but have enough experience of the programming. This is first time i am working something with database. What i need to do is in visual basic pro. import data from excel file and store it
|
| Stored Procedure Text | 11 Jun 2004 22:23 GMT | 1 |
Am tired of manually updating my documentation files on tables and stored procedures so am trying to automate the process. Have an application that via OpenSchema etc gets me the tables and columns and column info fine. Write out a nice formatted page for each table to a
|
| ADO Recordset To Access Table | 11 Jun 2004 17:52 GMT | 3 |
Help... I need some assistance with this. I normally manipulate data on a SQL Server with ADO and stored procs. This time I have to dump the data from an ADO recordset, into an Microsoft Access table. All the code is written and I have the recordset available, but I can't figure ...
|
| Method "Open" Of "_Recordset" failed | 11 Jun 2004 17:17 GMT | 4 |
I'm trying to open an ADO recordset with the following SQL: SELECT * FROM tbl_Article INNER JOIN lookup_section ON tbl_article.sectionid = lookup_section.id WHERE Instr(1,lookup_section.SECTION,'articles')>0 ORDER BY
|
| Deleting Visual Foxpro Records and Pack from Visual Basic + ADO ? | 11 Jun 2004 03:55 GMT | 1 |
I tried to delete and pack two tables of visual foxpro with the following code, 1st table records are deleted and packed successfully while 2nd table records ar deleted but not packed, any idea please what could be the problem,
|
| Recordset or Object is closed HELP PLEASE! | 10 Jun 2004 22:34 GMT | 16 |
Guys, I am getting this stubborn error anytime I try to do anything with my recordset: '3704' Operation is not allowed when the object is closed.
|
| ADO, ORACLE and retrieve the value | 10 Jun 2004 17:33 GMT | 1 |
I have to find the value of my sequence after the insert in an oracle database, I'm using ado and vb6: Set rs = New ADODB.Recordset rs.CursorType = adOpenForwardOnly rs.CursorLocation = adUseClient
|
| what is "Multiple-step operation generated errors" Run-time error (80040e21) ? | 10 Jun 2004 17:21 GMT | 2 |
I am using ADO from a VB program to update a table in a Generic ODBC driver. My VB program is the following: Private Sub Command1_Click() Dim conn As ADODB.Connection
|
| replacing database with new one | 10 Jun 2004 03:19 GMT | 2 |
I created an Access database using VisData and now want to make changes to the database. In doing so, I have to create another db, but want to retain the files that were saved in the original db. I want to increase the number of characters that are saved to the db. Right now I ...
|
| Date comparison | 09 Jun 2004 23:15 GMT | 2 |
Could someone please tell me how to do a date comparison. I have txtCheckDate (a text box), and cmdCheckDate (a command button). I would like the user to enter a date in mm/dd/ccyy format, and then I would like to see if the date entered is either => the current system date
|
| trying to read a excel sheet | 09 Jun 2004 17:58 GMT | 1 |
hi i am trying to read data frm 52 worksheets the code below doesnt wor any ideas Dim rst As ADODB.Recordset
|