| Thread | Last Post | Replies |
|
| SQL Server | 29 Jul 2005 16:03 GMT | 3 |
I have a database that is getting quite large and I would like to set up an SQL database to handle this. Do you have to purchase an SQL database from microsoft or any other software/hardware? Also, where is the ODBC driver located in order to update to the newest driver?
|
| Field locked on one SQL record | 28 Jul 2005 16:43 GMT | 3 |
I have a table on SQL 2000 that I am accessing with an Access 2003 form. This is a basic data entry form. On 4 or 5 out of the thousands of records there is a notes field that will not allow me to change or edit data in the field (ntext on SQL). I can change all the other data ...
|
| Accessing Outlook/Exchange contacts - Best Strategy | 28 Jul 2005 12:22 GMT | 2 |
Digging around I've found that there is no way to access Outlook/Exchange data using the .mdb/linked table wizard technique, that is you have to code! There's a quite simple sample on MS explaining how/to @ (http://support.microsoft.com/kb/290792/); basically it shows how to move ...
|
| Time out issues Views/stored procedures | 27 Jul 2005 19:12 GMT | 3 |
I have a stored procedure that has multiple select statements, each select statement is giving me a count on a specific recordset and than writes the results to a temp table. I am trying to get those results into form in an ADP; however when the form
|
| Combo box initializes blank | 27 Jul 2005 17:16 GMT | 2 |
I have a combo box that uses a stored procedure as a row source. It always starts off blank. How can I have the first item in the list show up instead? Thanks,
|
| Passing Variables to a Report Recordsource | 26 Jul 2005 22:40 GMT | 1 |
Do I need to do this using a stored procedure? I need to generate a report based on values from global variables (varStartDate and varEndDate). Whenever I try to use these variables in the report recordsource query I am getting errors that they cannot be found.
|
| Unicode Compression | 26 Jul 2005 04:32 GMT | 1 |
I'm using Access 2k Using SQL I have been creating tables with some text fields. Something along the lines of: CREATE TABLE MyTable (MyTextField TEXT(50));
|
| Help with this Stored Procedure | 25 Jul 2005 16:31 GMT | 4 |
I have a stored procedure that I use to return a filtered list but I’m having a problem with null values returned with joined tables. Here’s my code: @Tbl1Var1 As nvarchar(50), @ Tbl1Var2 As nvarchar(50), @ Tbl1Var3 As nvarchar (50), @Tbl1Var4 As nvarchar(50), @ Tbl1Var5 As ...
|
| ADP or C#/VB.NET | 22 Jul 2005 22:57 GMT | 13 |
How do Access ADP projects stack up against a dotNet solution? There are about 150 users, with 10-20 concurrent users. The user base is increasing gradually. The advantages I see to the ADP solution are
|
| To Select record with start and end rowcount | 22 Jul 2005 17:58 GMT | 1 |
I just want to Know how to select the Records from a table by givin the Start rowcount and end rowcount. in microsoft sql server. waiting for reply soon
|
| Problem with syntax? | 22 Jul 2005 14:50 GMT | 3 |
Using A2K. I have the following code: Dim rstSSN As ADODB.Recordset Set cmd = New ADODB.Command Set cmd.ActiveConnection = cnn
|
| SQL function equivalent | 22 Jul 2005 09:52 GMT | 3 |
I'm using the IsEmpty function in an Access Procedure and am converting the database to SQL Server. I would like to know what the equivalent for IsEmpty is in SQL.
|
| Link access tables to sql server | 21 Jul 2005 20:42 GMT | 5 |
I am a newbie here. I want to link access tables dynamically to sql server tables (mind you, not sql tables to ms access tables). I have access tables that are constantly inputed/updated by user inputs. Hence, i want them to be linked and not imported. Once i link them to
|
| It just don't work: Insert last ID into related table (trigger) | 21 Jul 2005 19:32 GMT | 5 |
Hello, Hello, For my SQL Server back-end/ Access front-end Database I have the following questions: When a record is inserted into the main table (tbl_REJ) via a Access form, I
|
| appendchunk function in Access 2000 adp program | 21 Jul 2005 19:30 GMT | 1 |
There is a table in an SQL Server database which has a field which has an image field which is actuallly a packed array of floats, ie, it is the concatenation of the bytes for a sequence of single floats. I would like to replace the field with a similar pack for a different set of ...
|