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

Search:

Type: Posts; User: trends

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    51,047

    Re: AJAX does not work with FireFox

    The problem is with your Mozillla version.Its older than 1.1.Try using latestversion
  2. Thread: Array in XML

    by trends
    Replies
    5
    Views
    868

    Re: Array in XML

    Hi ,

    Try using of attributes to indicate the array index values.Like


    <root>
    <item>
    <it id="1">sample</it>
    <it id="2">sample2</it>
    </item>
  3. Replies
    16
    Views
    1,903

    Re: Debug a VC Component in VB

    I think you cannot debug your cmponent if it is in the binary format.If you are having the source then you can.But with binary you cannot.
  4. Replies
    2
    Views
    673

    Re: I lost my Database Help me

    Hi,

    I think your sql server is uninstalled.Any how there will be database files in the installed folders of sql server.It will be usefull to recover the databases.Those files are .mdf and .log...
  5. Thread: Sql Query Help!

    by trends
    Replies
    11
    Views
    1,084

    Re: Sql Query Help!

    Dear All,

    I want to now one thing.what he ased is to get the last ten inserted records.I want to know whether that includes the last updated records also.Because the last modified record also can...
  6. Replies
    1
    Views
    1,315

    Re: ASP.net programmer needed. Short Project

    Dear Sir,


    I am involved in the develpment of ASP.Net products.So it will be fine for me to change the given ASp Codes to ASP.Net.Expecting the reply from you.
  7. Replies
    2
    Views
    813

    Re: about Replication

    Hi ,

    I am not clear with ur question.Please be clear abt the question.
  8. Replies
    9
    Views
    2,018

    Re: Dynamic tables VS. Static Tables

    Hi,

    You mean to say abt the Dynamic tables.Considering sql server 7.0 there we are using the temporary tables this will be saved in the tempdb.But in sql server 2000 there is a data type called...
  9. Replies
    2
    Views
    1,289

    Javascript email validation

    Hi,
    Any body who nows an efficient email validation algorithm in javascript.
  10. Replies
    3
    Views
    1,237

    Re: sql*plus or pl/sql question

    hi ,

    try this.

    datediff( 'mm', d1, d2 ).where mm is month.for date you give dd.ok
  11. Replies
    2
    Views
    868

    Re: problems updating a image in database

    HI,

    I could not understand clearly.Please tell clearly.
  12. Replies
    12
    Views
    1,327

    Re: SELECT statement ranges

    Hello CMiskow,

    I think the query that you have suggested here will not work.Because the inner query is arranging in the asc order,whereas the outer query to that is arranging in the reverse...
  13. Replies
    2
    Views
    1,840

    Re: Please suggest some projects

    hi,

    You could better choose the project
    in the area in which u are strong and interested.
    Becoz only then u can shine in that field.
  14. Replies
    3
    Views
    1,313

    Re: Excel date format? How to convert it?

    Hi ,

    The number you have given is the number of days from 1900.That's it.when u give that in the convert function it converts to the present date form.

    take care,
    buy
  15. Replies
    6
    Views
    1,636

    Re: Making ORDER BY parameterized

    Hi,

    For running the parameterized query you have to put the query in the query section of the MS Access.on the left side u can find the tables toolbox.below tables there is queries.go there and...
  16. Re: How to get value of selected checkboxes in ASP.net?

    HI,

    Just keep a variable "i" or something and initialize it.When you are dynamically adding the controls add this i value with the name.Then increment the i value.

    For retrieving...
  17. Replies
    2
    Views
    3,485

    Re: Oracle Service Problem

    Hi singh,

    The problem can be solved easily.Just uninstall oracle and then install .net framework.Then again install oracle.It would surely work.

    Thank you
  18. Replies
    2
    Views
    947

    Re: delete trigger cuestion

    HI ,

    I have tested the resply provided by srinika with sample tables and i found it working superbly.So try that and you surely get the solution for that.The trigger may be like this.

    Example:...
  19. Replies
    1
    Views
    725

    Knowing Transaction level

    Hi evrybody,

    Is there any system SP to know the transaction level in sql server.
  20. Replies
    5
    Views
    1,041

    Re: Locking of a record in SQL Server SP

    Hi,

    Thank you for the reply.But we cannot change the transaction isolation level since in is built in dll.is there any other way to achieve this.We can only change the sp code.
  21. Replies
    5
    Views
    1,041

    Locking of a record in SQL Server SP

    Hi,

    IF user1 is accessing a row ,this particular row should not be accessed by other users.Only when the lock is released (After user1 completes his processing with that row) that row should be...
  22. Replies
    3
    Views
    1,313

    Re: Excel date format? How to convert it?

    Try this query in SQL Server .Its converting ."select convert(datetime,38625.0,101)".
  23. Re: Challenging problem required in here.... Help

    HI,

    Try this query.Is this the output what you require ?

    select name,Machine,Training_Type,start_date
    from emp_temp a
    where start_date=(
    select max(start_date)
    from emp_temp
    ...
  24. Thread: Logic Neede

    by trends
    Replies
    1
    Views
    721

    Logic Neede

    Hi all,

    I am having A TABLE with datas like
    I II
    --------
    10-50
    11-50
    11-70
    50-75
Results 1 to 24 of 24





Click Here to Expand Forum to Full Width

Featured