CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: James West

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    7,859

    Re: SQL Server Backup recovery

    OK, I am going to check et will let you know the result
  2. Replies
    4
    Views
    7,859

    Re: SQL Server Backup recovery

    Hi,
    I already try this method but it does not work, without the full Backup.

    Regards
  3. Replies
    9
    Views
    9,886

    Re: SQL Server - date conversion

    Very interesting !
    I will check in this way.
    Could you explain more ?
  4. Replies
    9
    Views
    9,886

    Re: SQL Server - date conversion

    I am expecting to get a recent date like 2019-09-xx or something in 2020 not for two or three century less
  5. Replies
    8
    Views
    10,035

    Re: SQL Numeric conversion

    It was an error .

    I have posted two threads in this way and one is related also to date conversion.
  6. Replies
    9
    Views
    9,886

    Re: SQL Server - date conversion

    Do you mean something like this : Select CONVERT(datetime, '0xffff2e4600000000') ?

    If so, it does not work. It gives an error ==> Échec de la conversion de la date et/ou de l'heure Ã* partir...
  7. Replies
    8
    Views
    10,035

    Re: SQL Numeric conversion

    Hi Arjay,

    Do you mean something like this : select CONVERT(numeric,'0x120200000000084e20e90015') ?

    If so, it does not work. It gives an error ==> Erreur de conversion du type de données...
  8. Replies
    8
    Views
    10,035

    SQL Numeric conversion

    Hi,

    I have got some problems when running this SQL statement :

    select CONVERT(numeric,0x120200000000084e20e90015)

    It shows "Erreur de conversion du type de données varbinary en numeric.".
    ...
  9. Replies
    9
    Views
    9,886

    SQL Server - date conversion

    Hi,

    Select CONVERT(datetime, 0xffff2e4600000000)

    This SQL request does not give the correct date when running on my SQL server's installation.
    It gives for instance : 1753-01-01 00:00:00.000...
  10. Replies
    4
    Views
    7,859

    SQL Server Backup recovery

    Hi,

    Is it possible to recover a sql incremential backup without disposing the full backup ?

    Thank you for help
  11. Re: Passing structure form c# to Visual Studio C

    I wil try it.
    Thank you
  12. Re: Passing structure form c# to Visual Studio C

    Dear Arjay,

    My solution is implemented in two part :
    - the first part in c# where SQL instrcutions and IHM are managed to find out a group of customers based on some criteria;
    - the second part...
  13. Passing structure form c# to Visual Studio C

    Dear All,

    I am trying to pass a C# structure to a C dll program and it does not work.

    In the C program, the expected structure is like :



    typedef struct _Identification
    {
  14. Replies
    4
    Views
    2,953

    Re: Calling Visual Studio DLL in a C# program

    OK, thank you.
    It is working
  15. Replies
    4
    Views
    2,953

    Re: Calling Visual Studio DLL in a C# program

    Hi,

    I was facing the same situation and I fixed it by doing as recommaded by the post of ARJAY

    James
Results 1 to 15 of 15





Click Here to Expand Forum to Full Width

Featured