Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: paragvshah
  • Content: Threads
  • Order by date
  1. paragvshah

    Using cursor in recursive stored procedure

    I am calling a stored procedure and i am using a Cursor to fetch some rows from table and inserting it in a Temp Table. after inserting the data I am calling the same procedure inside the cursor and then the Cursor is closed. This gives me an error that cursor is already open. How can I sort...
  2. paragvshah

    SQL Date Problem

    Friends, I have one query, I am using a table with a field name lastDate and Datatype is varchar(10). I am storing the date in (yyyy/mm/dd) format in the table. Now I want a query which would compare the dates from lastdate field in the table with the currentdate (getdate()) and retreive the...
  3. paragvshah

    Getting the Binary Data from SQL

    Hi All, I want to display an image stored in as "Image" Datatype in SQL. I am able to Insert the data in the table but while retreiving, it display the junk data. I am pasting the code. Can any one help me out at what place i am wrong...
  4. paragvshah

    Cast varchar to int problem

    I want to insert a row in a table where the datatype of customernumber is varchar(6) and with every insertion of row the cutomernumber should be incremented by 1 after getting the max id. for that i need to cast the customernumber from varchar to int. so i am using the following syntax to get...
  5. paragvshah

    Get Image Dimensions (Width & Height)

    Friends, In my shopping i want to find out the image Dimensions (width & height) for all the products i retreive on the page. I am storing product id and product name in the database. On displaying the image on the page i want to get image width & height of each product. Is there any...
  6. paragvshah

    View Source Problem in IE 5

    I am not being able to access my page source by right click or by View --> Source option. I have not found any help on this. Please can any one help me out how this problem can be sorted out. Parag
  7. paragvshah

    <b>Formatting in TEXT Format</b>

    I want to send mail in Text format using cdonts. I want to format the text to be sent, but i am having problem using vbtab. It doesn't allows multiple spaces between words. How do i format the text for this: TYPE Price Quantity...
  8. paragvshah

    Printing a Recordset

    Friends, I want a give an print option on Website from where a user can print data from a Recordset. we dont want to show the data on the page. Please help me out. Parag.
  9. paragvshah

    .bmp files with Netscape 6.2

    Friends, I am displaying some .bmp images on a page. But the images are not visible in Netscape 6.2 version. In view source i am able to see the code as img src="image.bmp". then why i am not being able to view the image. Please help me out. Parag.
  10. paragvshah

    Netscape 7.0

    Hi friends, I have a problem using Windows media player 7.1 with Netscape 7. I have embedded the following code in a test.htm page. <object id=&quot;objMediaPlayer&quot; width=350 height=275 classid=&quot;CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95&quot...
  11. paragvshah

    Find &amp; Replace text thru SQL

    Friends, I want to know what function is there in MS-ACCESS 2000 to Find & Replace a text in a SQL statement written on asp page. Please let me know asap. Parag.
  12. paragvshah

    CFFILE tag error

    Hi friends, I want to accept only 3 formats (.asf, .wmv, .wma)to upload on my site so i am using CFfile tag to validate the file format uploaded by a user. i am using cftry & cfcatch to catch any errors but on some machines the code mentioned below is working and on some machine is giving...
  13. paragvshah

    Flash &amp; WMP

    I am using a flash slider on a page which has ratings from 0 to 10 mentioned and the user has to move the slider to give points to a movie running on the same page in Windows media player. But when the movie is running and i move the slider from 0 to any other position the Movie in WMP stops. I...
  14. paragvshah

    Flash &amp; Windows Media Player.

    I want to display a flash movie & also run a movie in Windows Media player on the same page but if i am embedding the Flash object then windows media player object is not working. How this problem can be solved? Parag.
  15. paragvshah

    Jrun error in cfgraph tag

    I am using cfgraph tag to display data in graph format. but while giving output it gives me error &quot;Could not connect to JRun Connector Proxy.&quot; What should i do now? Is something missing in my system? I am using windows 98. Please help me out. Parag.
  16. paragvshah

    Set Tab on image button

    Hi Friends, In a html page there are some text fields and checkboxes but instead of normal button i have given input type as image and src for that image. But i am not being able to set tab on that image button as well as i when i hit enter key from keyboard it is not submitting the form...
  17. paragvshah

    Add To Favourites

    Hi friends, I have added one site to my favourites and selected make available offline option. then it started to syncronize the site. but still when i am offline i am not able to get the whole site available offline. Can any body say where all these pages are saved on my local system...
  18. paragvshah

    delay in image loading

    Hi friends, I have created some roll-over images in my web page. when the site is online some images are loaded very faster while some specific images takes long time. The user has to keep the cursor continously on the image to see the roll over effects. The size of all the images are...
  19. paragvshah

    Netscape problem

    Hi friends I have some problem with this script it is working fine in IE 5.0+ but it does not work in NS 4.7.can somebody help me out. I am trying to call function on the onclick event from a image button before submitting the page. <html> <head> <title>Untitled</title> </head> <body...
  20. paragvshah

    Netscape problem

    Hi friends I have some problem with this script it is working fine in IE 5.0+ but it does not work in NS 4.7.can somebody help me out. I am trying to call function on the onclick event from a image button before submitting the page. <html> <head> <title>Untitled</title> </head> <body...

Part and Inventory Search

Back
Top