Forum Replies Created

Viewing 15 posts - 1 through 15 (of 40 total)

  • RE: Linq to Sql tutorial codes and SQL Server Express 2008 :

    Hi There,

    Run visual Studio and open the Server Explorer window.

    Select Add Connection

    Select Microsoft SQL Server Client

    Select the running Server instance from the drop down box. Click Refresh...

    Quis custodiet ipsos custodes.

  • RE: Import Image stored in MS-Access to SQL Server 2000

    Hi,

    An Access image is an OLE object and these carry some header data. The link below describes in detail how to extract the image from an OLE object. ...

    Quis custodiet ipsos custodes.

  • RE: Import Image stored in MS-Access to SQL Server 2000

    Hi There,

    Could you clarify your request? For example, are you trying to import a single image into SQL Server or do you want to import an access table into...

    Quis custodiet ipsos custodes.

  • RE: How to Encrypt and insert password and decrypt and retriew password

    Humble Apologies,

    Many thanks for the heads up on that one. I was unaware that current time was used in generating the hash.

    Quis custodiet ipsos custodes.

  • RE: How to Encrypt and insert password and decrypt and retriew password

    Hi,

    If all you are doing is comparing passwords you will not need to decrypt anything. Simply encrypt the supplied password and compare it with the password stored in your...

    Quis custodiet ipsos custodes.

  • RE: Linked database Servers on Windows Server 2008

    Hi,

    I have solved the problem. The error is generated when I add a linked server but fail to add my Management Studio user name as a local log in....

    Quis custodiet ipsos custodes.

  • RE: Launching Excel VBA from SSIS?

    Hi Eric,

    The Workbook (spreadsheet) Open event occurs when the workbook (spreadsheet) is opened. So all you need to do is open the Excel file. If Excel is installed on...

    Quis custodiet ipsos custodes.

  • RE: Launching Excel VBA from SSIS?

    Hi Eric,

    I have only just seen this post and I am not entirely sure that I understand your requirements but:

    There is an event associated with the opening of a workbook...

    Quis custodiet ipsos custodes.

  • RE: help!!!time out expired

    Chirag,

    I am sorry I can't help with the timings but I see that you are using a client side cursor.  This suggests that you are draggging data down the line and...

    Quis custodiet ipsos custodes.

  • RE: Retrieve Data to PDF Document

    Hi,

    I suggest that you use the version of Crystal Reports that comes with Visual Studio 2003.  This can generate a report using data from a datasource such as SQL Server and...

    Quis custodiet ipsos custodes.

  • RE: Fill a table in SQL Server Express

    Hi,

    You are going to get this error because you are attempting to instantiate an object that is different from the one that you declared.

    You entered:

    Touchpos_SQL_serverDataSet.Transaction_HeaderRow Row = new Touchpos_SQL_serverDataSet.Transaction_HeaderDataTable();

    Perhaps you...

    Quis custodiet ipsos custodes.

  • RE: Importing data from Informix into SQL Server 2000 using DTS

    You can also link the Informix DBMS.  This may be the better option if you will be regularly importing data.  It allows you to query the Informix data directly from...

    Quis custodiet ipsos custodes.

  • RE: Linked Server to VFoxPro Data Files

    As I recall, you have to create a system DSN.  Then when you select add new linked server, you specify Microsoft Oledb Provider for Odbc drivers.

    You can stick anything you like into the product...

    Quis custodiet ipsos custodes.

  • RE: Connecting to MySQL 4.1.16 from SQL Server 2k5 Standard

    Rich,

    I just tried linking the MySql database from Access 2002 SP3 and that worked fine too.

    I wish I could be of more help!

    Shaun

    Quis custodiet ipsos custodes.

  • RE: Connecting to MySQL 4.1.16 from SQL Server 2k5 Standard

    Rich,

     

    I have just noticed that we now actually have version 5.n of MySql rather than version 4.n.  It might be worth making a test installation and seeing if that works.

    regards

     

    Shaun

    Quis custodiet ipsos custodes.

Viewing 15 posts - 1 through 15 (of 40 total)