| Thread | Last Post | Replies |
|
| Numeric column in Excel | 15 Jun 2005 14:19 GMT | 2 |
Please check the code snippet below. I want the 4th column be numeric. But, in the result it is always showing as text. Any suggestions to show this column as numeric? Thanks.
|
| AutomationSecurity and Access launch | 15 Jun 2005 10:44 GMT | 2 |
I am repeating this because the internet server stopped. To circumvent the problem of the security dialogue in Office 2003, I start my Access applications from another application with the following: dim appSIS As New Access.Application
|
| recordset not opening even though query analyzer returns resultset | 14 Jun 2005 17:44 GMT | 6 |
I have a query that runs a stored procedure which returns a resultset in query analyzer but when run in vb doesn't open a recordset I have tried set rs = conn.execute(strSQL) and
|
| I need to open Access in exclusive mode via VB | 14 Jun 2005 17:02 GMT | 1 |
I'm doing a project (for work) in VB 6.0 using an Access database (with ADO). It has to be runtime compatible, so I can't use the new Access.Application. I'm using a shell execute and getobject when I reference Access.
|
| Input Picture into Access DB | 14 Jun 2005 15:14 GMT | 1 |
I want to insert picture into Access DB. I use INSERT INTO statement, but it doesn't work. Please Help Regards
|
| How do I write this SQL query? | 13 Jun 2005 21:20 GMT | 1 |
I would like to retrieve the number of records a user chooses, set equal to the variable N. SELECE TOP" & N & "FROM Problems...... I am not sure of the format....
|
| problem getting data set to update | 13 Jun 2005 19:36 GMT | 1 |
I seem unable to get a dataset to update the database properly on a call to "update". I have a simple form with a bunch of text fields bound to fields in a table called "settings" . It loads and fills correctly, and when I make edits to the bound text fields the changes are ...
|
| Datareport using DAO and no dataenvironment | 13 Jun 2005 17:45 GMT | 2 |
I've just (after 2 years!) discovered the data repors object Well, I've foind int NOW becuase I've gone from VB6 learning to enterprise!! However,
|
| SQL Statement | 13 Jun 2005 15:51 GMT | 6 |
VB6 SP5, Access 2003. Level - Beginner Can someone help me to determine what is wrong with this SQL statement please. Worked until I added the BETWEEN statement. Date values are derived from inputboxes.
|
| Function and SP Naming Convention | 13 Jun 2005 14:11 GMT | 5 |
I'm developing a database project using VB6 and SQL Server and I've seen a few ways that folks name their functions and SP. I'm soliciting help to find the best way to name my objects. For example:
|
| Setting the DataSource for a Disconnected Recordset. | 13 Jun 2005 05:56 GMT | 1 |
There is a scenario in my application,where you have to read an exce file and import the Values to a SQL Server Table. The methodoly that i have implemented is: Step 1: Open an Excel Connection using Microsoft Jet Oledb Provider.
|
| Connection String for SQL Server | 13 Jun 2005 05:47 GMT | 2 |
Can I get example and explanation for Connection string to SQL Server Database?. I want to made application VB with accessing SQL Server 2000. I very appreciated for your help.. Regards.
|
| Executing UpdateBatch Asynchronously ? | 13 Jun 2005 02:19 GMT | 3 |
My Application freezes while performing UpdateBatch.. Is there any workaround to do the UpdateBatch asynchronously ? in Detail.. I was doing Batch Updation to SQL Server database through ADO recordset's UpdateBatch Method. The Pseudo code will look like
|
| Checking to see if database exists | 13 Jun 2005 01:40 GMT | 3 |
I am writing an application in classic VB that will address an underlying database. I have written code to deal with the 'normal' situations when all is running well, but am having trouble dealing with those 'other occasions'
|
| Executing UpdateBatch Asynchronously ? | 13 Jun 2005 00:29 GMT | 1 |
Thanks a lot for you Advice William. Actually in my application, the users who are not connected to the server will load an Excel file with data and send it to us. We then will read and import the data from excel to SQL Server table.
|