Search:

Type: Posts; User: biswajitdas

Page 1 of 4 1 2 3 4

Search: Search took 0.75 seconds.

  1. Re: Current Project Does Not Support Updating?

    can you tell me what is the exact error you are getting so that we can start debuging that
  2. Re: How to use fields alias name in sql query?

    Hi the alias as name you mantion in the recordset.
    means you fatche the alias name through the qury .
    but you can not generate the alias name in other query , you have to store the value in a temp...
  3. Replies
    27
    Views
    1,470

    Re: Compare null numeric fields?

    select * from abc where isnuMERIC(Assignment_Id)=0
  4. Replies
    0
    Views
    377

    sp_dboption in sql (documnet)

    Use of Sp_dboption



    ANSI null default
    ANSI nulls
    ANSI padding
    ANSI warnings
    arithabort
    auto create statistics
  5. Replies
    3
    Views
    441

    Re: Dataset issue

    ok i understand the problem that you bind the record set with textbox

    so when u add a record in sql then after update it move to the next record.
    and the next record is blank.

    so please...
  6. Replies
    5
    Views
    556

    Re: db_owner ...... ?

    1. you just change teh password

    2. Remove all the permission (dbowner) for the database

    3. Remove the permission from model database so that further it not allocate to any new database created
  7. Replies
    9
    Views
    1,197

    Re: Important Transaction_Log ?

    yes you can trace whta happening in the database or what are the command place in sql


    sp_who
    dbcc opentran
    sql profile
    Log file

    current login or SPID
  8. Replies
    8
    Views
    585

    Re: Sql Search By Date?

    Hi jennete

    i face the problem when i involved with the datetime.

    Please use the FORMAT COMMAND IN vb(book online)

    #10/10/2004# , it also help you to search the date

    The format command...
  9. Replies
    0
    Views
    664

    New sql client

    :wave: Hi i am back after one year with a expertise in yukon , I Help the forum to upgrade their knowledge in yukon.so guys ready to help ur self and also all to share our knowlege in yukon.
    thanks...
  10. Replies
    7
    Views
    772

    Re: connect to sql server using odbc

    to use the database conectivity you must choose the odbc.

    from the control pannel choose the obdc then the porvider you want to choose.

    biswajit
  11. Replies
    2
    Views
    446

    DayQuery = "select Tno,visitdate from ticket...

    DayQuery = "select Tno,visitdate from ticket where visitdate = #" & MyDate & "#"



    to make it more acurate

    DayQuery = "select Tno,visitdate from ticket where visitdate = #" &...
  12. Replies
    2
    Views
    403

    Check the property and locking property of record...

    Check the property and locking property of record set
    when you open this when it not move then the error is coming
    so please check the recordset property
  13. Please you can go through the CDO NT mail. and...

    Please you can go through the CDO NT mail.
    and it help you a lot and give lot of option.

    or you can use Vb inbuilt dll calling outlook express in the run time.and sending mail

    Thnaks
  14. you can check it throw two times. either new...

    you can check it throw two times.

    either new or create the getobject .

    may be getobject solve your problem
  15. Replies
    4
    Views
    563

    Ok this is one also if you exit the if you check...

    Ok this is one also if you exit the if you check the value and then return=1 then alos your problem can solve
  16. Replies
    1
    Views
    350

    To save the the data in the image type you have...

    To save the the data in the image type you have to choose the appendchunk and getchunk


    then you have tp select the ado for top save and edit the data
  17. Thread: SQL image

    by biswajitdas
    Replies
    22
    Views
    957

    To save a image in a datbase thorugh the ado ...

    To save a image in a datbase thorugh the ado


    u can use Appendchunk and getchunck
  18. Replies
    5
    Views
    656

    Hi your error is a genuiune error Try this...

    Hi your error is a genuiune error

    Try this code it remove all the error .



    Const ERR_APP_NOTRUNNING As Long = 429

    On Error Resume Next
    Set xlApp = GetObject(, "Excel.Application")
  19. Replies
    3
    Views
    446

    hi making a database is a trcik things. if...

    hi

    making a database is a trcik things.

    if you are making a database in sql server then please concentrate on mdf and ldf file. if they are in separate folder then
    your performance is...
  20. Replies
    2
    Views
    497

    hi about your error please before update or...

    hi

    about your error please before update or add new you just close the record set .



    let i am explain if you open a recordset to add then check it open or not.if it open thne close it.
  21. Replies
    2
    Views
    406

    if you are used in sql server that is ...

    if you are used in sql server that is

    -----> please fill OSQL -SSERVER -USA -PSA.

    AND please run the sql sp pack 4 on you computer.

    it correct all the thimngs
  22. Replies
    6
    Views
    571

    if you are using the sql server then you use a...

    if you are using the sql server then you use a small syntax that is


    sp_tables.


    it show you all the datbaae

    Biswajit
  23. Replies
    4
    Views
    477

    To acess the last record you have to use the max...

    To acess the last record you have to use the max record.

    selec max(filedname) form table


    it give you the last record.

    Biswajit das
  24. Replies
    2
    Views
    498

    you pass the string But you did not open the...

    you pass the string

    But you did not open the recordset


    please write adodc1.open


    then no need to extra write the string to refresh the recordset
  25. Replies
    2
    Views
    575

    for resolution you have to create different image...

    for resolution you have to create different image in different resolution.

    But may be you can use three standard

    like 600 800
    1024
    and some extra


    so you consider what resolution your...
  26. Replies
    4
    Views
    520

    if you are use acess database then open the...

    if you are use acess database


    then open the recordset when you need the use and then pass the connection.

    then you close the recordset after you complte your task.


    and just make suer...
  27. Replies
    6
    Views
    952

    Please destroy the object after using set...

    Please destroy the object after using

    set excel.sheet = nothing

    it relase the space

    if not then incrses you virtual memory
    and clean the even viewwer
  28. Crystalreport1.SQLQuery = "Select * from MyQuery"...

    Crystalreport1.SQLQuery = "Select * from MyQuery"
    Crystalreport1.printReportfilename = app.path "&\Project\MyReport.Rpt"
    Crystalreport1.activewindow=crptprinter



    Jio or jine do
  29. Replies
    16
    Views
    719

    simple codin in two line Join all the...

    simple codin in two line


    Join all the textbox store in a string



    then

    textbox4.text = format(value,"@@,@@@,@@@@@")
  30. Look to design the database you should find...

    Look to design the database you should


    find out the main key in the table
    then find out repetable record in the next step


    join the single -> with multiple caps.

    first one to multi.
  31. Replies
    1
    Views
    420

    Refere sql book for locking things 1, ...

    Refere sql book for locking things

    1, isolation level of connection in vb
    2.lock hints in sql servere

    3.index in sql
    4/sorting in sql


    this help you in figuer out locking
  32. Replies
    3
    Views
    485

    Set dbdelete = dbs.OpenRecordset("SELECT * FROM...

    Set dbdelete = dbs.OpenRecordset("SELECT * FROM [DVD-ROM] WHERE [ID] = " & ID & " ")


    dbdelete.Delete



    in string you put the quate and in intger you did not
  33. Replies
    1
    Views
    380

    Your main motivation to fecth the top recored ...

    Your main motivation to fecth the top recored


    Plese oreder the record by asc or dsc.

    and fetch record by Top syntax in sql query


    Biswajit das
  34. Replies
    6
    Views
    525

    Like syntax is case sensitive. Please refer ...

    Like syntax is case sensitive.

    Please refer the IS LIKE opertion also..


    or colcae if you requier


    Biswajit das
  35. Replies
    3
    Views
    440

    Please refer Mysql gpl version which is free. ...

    Please refer Mysql gpl version which is free.


    i already install a software with gpl version,its work fine

    Biswajit das,cheer up
  36. Replies
    3
    Views
    463

    Hi Guys Its a typical bug in ado.please refer...

    Hi Guys

    Its a typical bug in ado.please refer the ado 2.0 , or 2.1 libery.

    and where you install your application in the lower os sytstem plese load Mdac also.


    I think this will solve you...
  37. Replies
    17
    Views
    1,022

    please refer the mysql version it give you all...

    please refer the mysql version it give you all the reference .
    Biswjit das
  38. Replies
    3
    Views
    380

    Create a blank Database in different sql server....

    Create a blank Database in different sql server.
    tehn transefre all the mdf file and ldf file into that place



    then run it



    Biswajit das
  39. Replies
    2
    Views
    612

    if you want to search inside the record set then...

    if you want to search inside the record set then

    use rs.filter option of the recordset

    no need to heat database everytime
    Biswajit das
  40. Replies
    10
    Views
    3,047

    if you call the connection several time then...

    if you call the connection several time then close the connection


    if con.state = adsteate then
    con.close
    end if
    and then re open again it
Results 1 to 40 of 144
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width