Search results for query: *

  • Users: JimStewart
  • Content: Threads
  • Order by date
  1. J

    Has anyone used RingCentral's Faxout API?

    This is driving me crazy I have a client who wishes to extend his online ordering system (asp.net) to include sending orders to a fax system with Ring Central. I know how to send data pairs with httpwebrequest and how to send a file with httpwebrequest. However, I am fairly new to asp.net...
  2. J

    Question About WildCard Usage in an SQL Statement

    What is the Proper Way to use wildcards in an SQL query Currently what I have is: SELECT ID, ProductID, Manufacturer, ProductMainCatagory, ProductSubCatagory, ProductSubSubCatagory, ProductName, PicturePath, ProductDesc, ProductRetailPrice, Deleted, DateModified...
  3. J

    SQL Server Date comparison Problem

    Ok I have a hosted SQL server 2008 that I am using for an update server for a product catalog. The products table has a column DateModified (dateType) for each product (row) The application uses a local Access 2003 table that contains a table that stores the last date (also dateType) the...
  4. J

    Displaying Access 2007 Attachment type

    I have an access 2007 database that my client has provided me. The products table contains the Attachment type for the product image. I can read the product data no problem, but I have yet to figure out how to display the image for the product in my picturebox control in VB.Net Any...
  5. J

    Question Deploying an MS Access File with Application

    Ok, I am new to vb.net, I have a windows form application that needs an MS Access file packaged and built with it. It seems to be running fine when I debug. However, when I build the project and install, my application cannot find the database that should have installed with it. I have made...
Back
Top