Forum Replies Created

Viewing 15 posts - 181 through 195 (of 224 total)

  • RE: query problem

    below is database schema

    --------------------|||------

    if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[RMCPL_REQUISITION]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)

    drop table [dbo].[RMCPL_REQUISITION]

    GO

    if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[SampleDispatchDetails]') and...

  • RE: query problem

    having needs a group by clause, thats what iam trying to tell, u.

    pls check it again

  • RE: pls answer toi my date problem

    i never knew this format is ISO Certified hehe

  • RE: pls answer toi my date problem

    what iam asking you , is in which format should i enter date , to make sure that date problem doesn't occur again..

    iam using ASP pages and SQL-SERVER 2000

  • RE: serious date problem

    datatype is datetime 8

    i dont think source code will be very useful

    but u requested it so take it

    -----------------------------------

    <%

    RMCPL=getvalue

    set con=server.createobject("ADODB.connection")

    con.Open...

  • RE: serious date problem

    well the problem

    is my dates are getting reversed from dd/mm to mm/dd

    ADO is changing it i suppose

    our date format is dd/mm/yyyy.

    and our user types dd/mm/yyyy, previously it was working fine

    dates...

  • RE: i have a date problem

    you talk very less,

    just enough to understand

  • RE: i have a date problem

    where exactly and what exactly to type

    sql="SET DateFormat dmy"

    con.execute sql

    ?

    is it ?

  • RE: i have a date problem

    is there any proper solution for this problem,

    becoz in most of the pages iam using insert queries

    and iam inserting with sql server format

    yyyy-mm-dd

    now we are using asp pages...

  • RE: i have a date problem

    where exactly to set ,?? iam not getting u

  • RE: Select latest 2 records - Select top?

    yep you are right my technique doesn't work later i tried it out. u r does

  • RE: Select latest 2 records - Select top?

    just a simple group by name,date will produce the result, why union and all and ofcourse top 2 will , and order by date desc

  • RE: Adding stored procs from multiple files with one statement

    Easies way to do is write a VB Program which will scan ur database and collect and transfer it to u r required database,

    use ADOX catlogs (ADO object) in VB

    i...

  • RE: anybody knows ASP

    i understood u r point, and iam using it

  • RE: anybody knows ASP

    thanks a lot dude, that was very useful, even though u talk less u make sense

Viewing 15 posts - 181 through 195 (of 224 total)