| Thread | Last Post | Replies |
|
| transport .adp from laptop to other server | 30 Mar 2005 21:08 GMT | 1 |
I made an .adp-file on my laptop and I want ot transport is to the MSSQLserver on my work. + when I use the fucntion off access 2003 "extra" "database-utilities" "database transport", access give me the message that there's no server
|
| Very basic: Access frontend - SQL Server 2k backend | 30 Mar 2005 07:55 GMT | 3 |
Hello everyone, sorry for the xpost, didn't know where to post. I'm fairly new to Access, and I never used the DTS feature of SQL Server 2000 before. So I'm a little lost with my latest task: using Access as frontend and SqlServer as backend with a DTS package to
|
| the node with no limit ! | 30 Mar 2005 01:59 GMT | 2 |
I user one table for ProductSort ,and the fields like this- ID|SortName|Notes|ParentID| And if the one sort node have a son node , I let the son's ParentID=Parent's ID................
|
| General Information | 29 Mar 2005 20:26 GMT | 1 |
I am searching general information about ADP, Access&ODBC with SQL Server, how to call to a store procedure from access, ... ¿Any webpage or tutorial? Excuse my bad english.
|
| SQL query is not working for Binary data!! | 29 Mar 2005 02:59 GMT | 2 |
Hi, I am writing an app in VB. I need SQL and so I am using Jet 4.0 In short, I am having trouble with an SQL query that involves data of type BINARY in the WHERE statement. Here's a resume. To show you my point pls download the small sample
|
| Field is based on an expression and can't be edited | 25 Mar 2005 16:05 GMT | 3 |
I am building an Microsoft Access 2000 Project with SQL Server 2000. A stored procedure displays all order lines for a given location. When I run this stored procedure from the Access database window (and enter a location), all order lines are returned and the data can be edited.
|
| How to switch from integrated authentication to username& password | 25 Mar 2005 14:54 GMT | 2 |
I'm developing an adp project connected to SQL Server 2k. This will be used on clients with win2000, winXp Pro and winXp Home. If I choose the integrated authentication, the adp/ade in the winXp home does not work because it doesn't support this kind oh authentication.
|
| how pass value from a textbox in form to report? | 23 Mar 2005 17:26 GMT | 3 |
I have a form (dialog form to display report) that has an unbound textbox. I want to pass the value of this textbox to my report. But how can I pass this value if i'm accessing SQL Server 2000 and not the jet engine (mdb)?
|
| OpenStoredProcedure | 22 Mar 2005 19:43 GMT | 2 |
I'm trying to use OpenStoredProcedure to execute a SQL query. Below is a snippet of the relevant code. stDocName = "sp_PXReport" DoCmd.OpenStoredProcedure stDocName, acViewNormal, acEdit
|
| how to back up tables? | 21 Mar 2005 07:02 GMT | 1 |
i use to backup my tables using the adtg format (i.e. adPersistADTG used in the save method of the ADO recordset). I would like to build a procedure to recover my data from the tables saved. Instead of writing lots of ADO code, i was wondering if it is possible to
|
| Filter from form to report - problems! | 18 Mar 2005 22:57 GMT | 4 |
I wonder if anyone else has experienced these filter problems I have... I have an Access 2002 adp connected to a sql 2000 server back-end and a form that can be filtered using a similar 'filter form'. This builds
|
| Create View permission denied in ADP | 18 Mar 2005 15:55 GMT | 4 |
I have set up an Access Data Project to access my sql server and don't know how to restrict access to tables while allowing the end-user to create new queries. In order to create a new "query" they can create a view or stored procedure. Is it true that they can only do this if
|
| Cannot open user default database. Using master database instead. | 16 Mar 2005 19:04 GMT | 1 |
I have a ADP application that is used for reporting from a SQL Server database. Some users are having problems using the report, they get the following error, "Cannot open user default database. Using master database instead.". I have visited MS site for a fix
|
| Quick Books ODBC Driver Problems | 14 Mar 2005 22:52 GMT | 1 |
I am trying to get some data from a Quick Books file using QODBC driver into Access. The tables can be linked okay but when the table is opened it takes a long time to populate. After checking with the QODBC people they say their driver works fine but that the problem is with ...
|
| Need help porting this query over to SQL Server | 14 Mar 2005 20:15 GMT | 2 |
I have an access query for a report and I need to make it into a view for SQL Server. Here is the Access query, SELECT CliEventTable.RegNo, CliCoreTable.CliDOB, CliCoreTable.CliSex, CliEventTable.EventDate, Format([EventDate],"w") AS [Day], "Qtr" &
|