| Thread | Last Post | Replies |
|
| storedprocedure | 31 May 2005 16:05 GMT | 4 |
Can anyone help me I just wanted to know if I can run a storedprocedure in a on click event where the parameter automatically gets a value from a form Every time the storedprocedure runs it asks for a parameter,that is what I
|
| A question about views in sql server | 31 May 2005 13:58 GMT | 3 |
I just want to find out if it is possible to create views in SQL server which can be updated in an adp project. Can we create a one-to-one relationship between two tables in SQL server using database diagram, and achieve an updateable view? How can we do this in MSAccess adp ...
|
| Formation sur outlook | 31 May 2005 13:22 GMT | 2 |
Quelle est l'importance du logiciel outlook ? Peut-on bien assimiler la formation à ce logiciel en autodidacte ?
|
| Date in SQL Server | 31 May 2005 13:21 GMT | 3 |
I have a report that displays an Employee's information. The database has the following fields, EmpID, EmpFName,
|
| Write Conflict | 31 May 2005 03:29 GMT | 8 |
I have two tables which has a one-to-one relationship between them. I created a view combining the fields of both tables, and when trying to add a new record in that view, I'm getting the following error: ---------------------------------------------------------------------
|
| HKEY-local-machines/sofwares/microsoft | 26 May 2005 21:13 GMT | 1 |
Impossible d'installer mon antivirus, dès que je commence l'installation, j'ai le message suivant HKEY-local/sofware/microsoft/windows/currentversion/run. Comment puis je procéder pour corriger ce problème
|
| CurrentUser() returning "Admin" for all Users? | 26 May 2005 17:12 GMT | 9 |
I have made a VB funtion for the "On Lost Focus" event of a text box. The code is this: Private Sub CABApprovedDate_LostFocus() If IsNull(CABApprovedDate.Value) Then
|
| Calculated Field Update Problem in SQL View | 26 May 2005 14:12 GMT | 3 |
I have a form that uses a SQL view as the record source. This view has a calculated field "ExtPrice" which multiplies the "UnitPrice" by the "QtyOrd". When I update either the "UnitPrice" or the "QtyOrd" using the form, the calculated field updates immediately. This is how I want ...
|
| Student intrested in learning SQL Server 2000 DBA | 26 May 2005 13:55 GMT | 1 |
I am from India.I am intrested in learnign SQL Server 2000 DBA.The computer institutes here offer it at very costly prices.Is there any way in which I can do this myself at home ??From where can I get the software and material.PLease help me,
|
| Error 8152: String or binary data would be trucated when using upsizing wizard to SQL Server | 26 May 2005 00:22 GMT | 2 |
While running the upsizing wizard to upsize an access 2003 db to SQL Server 2000 I get the following error: Server Error 8152: String or binary data would be truncated. Server Error 3621: The statement has been terminated.
|
| Guide for switching to .ADP from .MDB | 25 May 2005 17:14 GMT | 7 |
Is there a general guide anywhere that would help me to weed out all the issues I am having? I have converted a previous database before with some problems, but it is now working and in production. I am now in the process of converting a much larger database (130MB .mdb file) ...
|
| Multiple .adp developers | 25 May 2005 13:10 GMT | 8 |
What is the best way for multiple developers to work on a single .adp? Can we both edit the same networked file (does .adp have any built in locking)? Or should each developer have their own .adp and just copy the forms/modules/etc. that they work on back to a master .adp?
|
| Need help with basic stored procedure | 24 May 2005 18:14 GMT | 3 |
One of the pages on my current project contains a simple status table that shows whether an event has occurred or not. Currently it needs to be reset to False at the start of each business day, then is manually flagged True when the event occurs. The flag to True must remain ...
|
| Tony Towes Auto FE Updater | 24 May 2005 11:55 GMT | 3 |
Anyone get Tony's FE Updater to work with an ADE front end? I can get it working with mdb but not ade. Any ideas?
|
| What's wrong with this trigger | 24 May 2005 02:36 GMT | 17 |
When I run the trigger below I get the following message: "the data was added to the database but won't be displayed in the form because it doesn't satisfy the criteria in the underlying record source." The funny thing is I'm not even in a form. This message appears when I try
|