| Thread | Last Post | Replies |
|
| a problem | 08 Dec 2004 22:02 GMT | 1 |
Error: " Code page translations are not supported for the text data type. From:1250 To:1252" This error apears in a form only when some text info is added in a field for comments.
|
| Access 2003 connection to SQL 2000 database | 08 Dec 2004 03:56 GMT | 3 |
I have a simple Access2003 database that stores the data locally inside Access for now but I need to connect it to our SQL2000 database and would like to know the best method for making this connection? I'm not a database expert I'm a Network Administrator.
|
| Running a SP everynight | 08 Dec 2004 01:43 GMT | 2 |
I have a SP in a database which needs to be run every night, it basically deleted all records in one table. How can it be setup ? ... Thanks !
|
| "localhost" does not work in connection string | 06 Dec 2004 21:05 GMT | 3 |
When we connect to MSDE using the following connection string we are not successful. COS in this case refers to an instance of MSDE on our system. ConnectionString=Provider=SQLOLEDB;Server=localhost\COS;User ID=sa;Password=sa;Database=COS_1_1;
|
| what is SQLSERVER? | 06 Dec 2004 19:39 GMT | 1 |
i have sqlserver on my microsoft office xp pro. i would like to know what is sqlserver and what it it used for. i also want to know if i cant install office on the sqlserver. if the is disadvantage and advantage, i would like to know.
|
| !!! Surprise!!! LAST is not a SQL Command | 05 Dec 2004 07:49 GMT | 1 |
Hi to all, I search a solution to obtain a list with PHP from a DataBase MSSQL, apparently simple.... ScansID, IP, OS... where IP fields are repeated, I search to making my list in order to have the last IP in Function of
|
| Passing Parameters To SPs | 05 Dec 2004 04:27 GMT | 4 |
I'm trying to use a stored procedure as a row source for a combo box in an Access 2002 project (ADP). An MSDE 2000 database is the back end. So far, simple stored procedures work just fine. However, if I enter the stored procedure together with a parameter, then Access ...
|
| Date Range Question | 01 Dec 2004 14:51 GMT | 3 |
I have a query that returns date/time, I only want to display the records which the date is same as today, regardless of the time, I tried: Select * from table Where LoginTime =getdate()
|