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 Chriss Miller 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: Silvano
  • Content: Threads
  • Order by date
  1. Silvano

    cfcontent

    hi all, here is the code I am using to send the selected file to the user: <cfheader name=&quot;Content-Disposition&quot; value=&quot;inline; filename=#form.fileID#&quot;> <cfcontent type=&quot;application/unknown&quot...
  2. Silvano

    removing 2nd OS

    hi ya all, I've got the computer with win98 removed &quot;by force&quot;; the win2k was installed as 2nd OS and win98 folder was simply deleted; everything is working fine if user select the win2k when rebooting; the problem I would like to solve is that win98 is still showing as a option in...
  3. Silvano

    table exists

    is there a way to get a list of all tables that exist in a specific database without querieng the table itself? Sylvano dsylvano@hotmail.com
  4. Silvano

    SQL - Create table

    this will create table and checkbox datatype field: CREATE TABLE test (field bit); can someone tell me how to apply format to it? True/False instead of the default Yes/No? Sylvano dsylvano@hotmail.com
  5. Silvano

    ascii chars

    hi all, I am using the following to write a text file: ...Settings#Chr(13)##Chr(10)##Chr(10)#UserName=admin... the #Chr(13)##Chr(10)# gives me carriage return and line feed; the text file looks like this: . . . Settings UserName=admin . . . now, if the text file is opened in a note pad...
  6. Silvano

    delete row from the query

    QuerySetCell() is used to set the cell in a column to a specified value. Is there a function I can use to delete the row from the specified query? Sylvano dsylvano@hotmail.com
  7. Silvano

    VB,net and VisualBasic.net

    Hi all, I would like to clear something. Does the VB.net refers to something special or it's just a short for VisualBasic.net? I hat to make myself stupid but no one can see me here, right? :) Sylvano dsylvano@hotmail.com
  8. Silvano

    Java controls

    Hi all, when cfslider or cfgrid is used user can have trouble viewing the applet; if their browser is not Java enabled, they will see only the grey area where the control is suppose to be; is there any other specifications required for a cfgrid tag? what would be the easiest way for a user to...
  9. Silvano

    web service

    I cannot connect to the web service on the remote machine (on the localhost I have no problem); when I try to add the web reference I get the download file dialog box; I have tried to use wsdl.exe but I get the following error: - The document was not recognized as a known document type (WSDL...
  10. Silvano

    web service trouble

    hi all, I have created the web service and i am trying to make it work now; from visual studio, the service is created and saved on the remote machine; the service.asmx file is set as start page; it appears that everything is ok but I cannot get it to work; when tested i get the option to...
  11. Silvano

    ColdFusion --&gt; XML --&gt; VisualBasic .net application

    Hi all, Here is scenario that I am thinking about: I have a customer with a Site built in ColdFusion. The site is using Access database to store all the relevant info. ColdFusion is capable to query the database and output the query result in the XML format. The next step is to build the...
  12. Silvano

    Cannot include Memo...

    in the following sql the Orders.Text field is Memo Data type: SELECT DISTINCT Orders.orderID, Orders.Text,... FROM Orders LEFT JOIN Donor ON Orders.donorID = Donor.donorID the error: Cannot include Memo, OLE, or Hyperlink Object when you select unique values (Orders.Text). if data type is...
  13. Silvano

    certification exam practice tests

    hi guys, can you suggest sites where I can go and do cf online testing (something like cfspot or cf_buster) like a part of preparation for certification exam? Sylvano dsylvano@hotmail.com
  14. Silvano

    Access problem

    Hi all, When I try to use cfloop to loop a query that have 4 records and insert those 4 records into a new table, only first 3 records are inserted. 4th is somehow lost. I can see that the loop is executed OK and all 4 queries that are inserting all 4 records are executed but when I open...
  15. Silvano

    SQL question

    does someone knows what whould be the SQL if the table field have a blank space in it's name? e.g.: INSERT INTO TableName (First Name)... can I insert data without renaming the table field into First_Name? Sylvano dsylvano@hotmail.com
  16. Silvano

    Create Access Database (mdb file)

    Is it possible to create Access database itself without using Access? Does anyone know how I can do this or a Custom Tag I can use? thx Sylvano dsylvano@hotmail.com
  17. Silvano

    Netscape mistery

    Hi all, I have a problem that I really hope someone here can help me solve. I have a cf application that for some strange reason when executed in netscape 6 will enter the values twice in the database. That is as the query is executed two times. I am 100% sure that no browser detection is being...
  18. Silvano

    Connecting to a database problem

    When I run the following code I ger the &quot;Object required (Error 424)&quot; error. The debugger will point to the line that starts with &quot;Set rs = cn.Execute(&quot;SELECT * ...&quot;. I know that the acctual error might precede this particular line. I am also trying to connent to the...
  19. Silvano

    unfinished installation

    I have downloaded and partially started instalation of the IE 6 on the system. Now, when the system reboots a get the message that the Microsoft Internet Explorer*.ink file is missing and that the installation was incomplete. I do not want to finish the installation and I would really like to...
  20. Silvano

    Remote Database Access

    Hi ya all, I know that the question I am about to ask has somewhat complicated answer but I would really appriciate some help here. I am writing my first VisualBasic application for a customer that I have already made the Web Site. On the site I am interacting with the database where I am...

Part and Inventory Search

Back
Top