This site has several examples on how to connect/edit databases http://www.asp101.com/samples/index.asp Regards
I’m not really good at Access but as far as I know triggers are not available in Access but anyway you may use Form events to grab the first three digits with something like MYCODE = LEFT(FIRSTNAME,3) + LEFT(LASTNAME,3) I strongly suggest you adding more “items” for this ID otherwise it will surely happen that [...]
The ‘CONSTRAINT’ keyword is missing before the constraint name of the primary key (PK_WeeklyUnitStaffRota). Please let us know if you get more errors.
How do i start. I also work fo a comapny where we have lists come in every day that we need to de-dupe from what in our SQL Server database. We get lists from Alliance as well a lot of other vndors so i know your pain. As far as software tools we use MatchIT [...]
There are many factors that could affect performance. Without more information, it will be really hard to answer. Can you post your code ? ——— The first thing that you need to do is identify what statement within your stored procedure is causing you the most problems. You can do this by looking at the [...]
Do a find and replace all on the file. Replace all “;” with “,”. No ..we can replace but while uploading from CSV file again we are getting error. The CSV file now downloading into this manner: A B C D E 01;10102009;3040490 02 ;10092009;3040494 but it has to be: A B C 01 10102009 [...]
When you put your mouse between columns, the pointer will change to a line with two arrows pointing outward. Click and hold to drag the box size out.
Have it run on another port or use host header names.
From the discussion below, It seems that Access executes the base query first, and then apply the dynamic ‘where’ condition, and thus you can only filter by columns included in your select list. This worked: SELECT B.Owner, A.Fundno,Sum(B.AvLand) AS SumOfAvLand, Sum(B.AvImpv) AS SumOfAvImpv, Sum(A.TaxAmt1) AS SumOfTaxAmt1, Sum(A.TaxAmt2) AS SumOfTaxAmt2, Sum(A.Unpaid1) AS SumOfUnpaid1, Count(A.Napn) AS CountOfNapn [...]
Here’s an example of a connection to an Oracle 10g Express Edition instance, but there should be no difference if you use it to connect to a 9i database. The oracle client software needs to be installed, and in this case ‘XE’ is the database alias defined in the tnsnames.ora file. <pre>Private Sub Form_Load() Dim [...]
Easy – on the report footer insert an empty text box. Inside the text box type =DATE(). If you want this on every page or in a specific spot on your report, do the same thing wherever you want the current date to appear. Cheers! Not sure about this because it has been a long [...]
Using SQL 2000 you’ll need to create a temp table (a table with a # as the first character in the table name) then put the selected rows into the temp table. Update the values in the temp table as needed, then write those values to the destination table then delete them from the source [...]
Personally, I prefer to use surrogate keys. If there is some chance that the Program Name could change in the future (and names are usually subject of change as the business changes), then I would strongly recommend to use a surrogate key (Program ID). ———————————- If there is a natural key which makes sense to [...]
Hi, If you can start debug before running the program (using STRDBG) then the query optimizer will give you some details in the joblog. I normally find this enough to find where SQL problems occur. Regards, Martin Gilbert.
Have a look at the <a href=”http://www.microsoft.com/sqlserver/2005/en/us/migration-oracle.aspx”>SQL Server Migration Assistant (SSMA) for Oracle</a>. It might help you.
Symbol scanners are high quality and durable scanners, we still use several over 5 years old. Symbol was recently bought out by Motorola, but the DS6700 should be a good choice.
- <a href=”http://www.oracle.com/technology/software/products/database/index.html”>Oracle Database Downloads</a> - <a href=”http://www.oracle.com/technology/documentation/database.html”>Oracle Database Documentation </a> - <a href=”http://www.oracle.com/technology/dba/index.html”>Getting Started: DBA</a> - <a href=”http://www.oracle.com/technology/obe/10gr2_db_single/index.htm”>Oracle by Example Series: Oracle Database 10g</a>
If i understood correctly. You have some data in MS Excel which you want to move to MS Access and you are using Paste Apppend option. The issue you are facing is that link are getting truncated in MS Access. Please check the type and size of field. You can change the field type of [...]
This one shouldn’t be that difficult. I’ll assume you want to use 2 combo boxes, with the first selecting a category and the 2nd the lookup value. (You can’t do this in 1 combo with multiple fields – at least not without some fancy VBA code). Ok, you have combo1 and combo2. Place them on [...]
You may want to review some of the following references <a href=”http://www.microsoft.com/sqlserver/2005/en/us/migration-oracle.aspx”>http://www.microsoft.com/sqlserver/2005/en/us/migration-oracle.aspx</a>.





