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 Wanet Telecoms Ltd 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: false420
  • Content: Threads
  • Order by date
  1. false420

    Dreamweaver be wasting time

    Im doing some asp/java using dreamweaver. nice program but somewhat a inconvienice. i was wondering if anyone knew a way to turn the auto check thing off. the feature that seems to check my code when i switch from page to page and save, as well as the auto tag feature. im used to c++ so i use...
  2. false420

    wildcard char

    is there any wildcard characters in asp like : if i want to choose a date from the database without concern of year is there a way to look past the year like this say i want all 4/22/ but in the db its always 4/22/2005 or 4/22/2004 i want to pull with with year but without concern in the...
  3. false420

    Exception error on do while.eof?

    I just recently upgraded from ms access to sql server so there is a few quirks. this one is puzzling me. it begins to enter into a do while section and create an exception error. im not sure why. hopefully a pro may know. If GLRecordCount > 0 Then objRS_UsersGL.MoveFirst...
  4. false420

    ntext and asp issue

    how can i get an ntext field to display in an asp page. i have this code here and everything dispalys excpet for "detailed_description" which is a ntext type: SQL STATMENT: strTicketUpdate = "SELECT case_id, user_fname, user_lname, wireless_number, urgency, case_type, problem_description...
  5. false420

    Need help SQL

    I was hoping someone could help me with a few SQL statements. The only statements that seems to be giving problems is the MOBILE statements. all of the others work perfect. ive tried to mirror the Mobile statements after the others but it still doesnt seem to work , i keep getting: Microsoft...
  6. false420

    For the pros

    Ok this is supposed to be simple but it is not for some reason. i had a post in sql programming that had 37 replies. now im trying here. Im just trying to make a record set with a sql statement against a sql server 2000. here is my error: Microsoft OLE DB Provider for ODBC Drivers error...
  7. false420

    Take a look at sql statement

    Ok, im new to sql. dont have much time to learn until our stuff is migrated and running. its almost done but ive ran into a small issue. ive been looking at this for 2 hours and cant figure it out. whats wrong with this: Dim strIsApproved strIsApproved = "SELECT * FROM InvoiceApproval WHERE...
  8. false420

    Help with upadting db

    Im almost done with migrating everything to sql server 2000 with ms access 2002 front end. i ran into one more situation. i have fileup by software artisans used to upload a file in a form. it uploads the file fine. the form grabs all text entered into any field and updates a access database...
  9. false420

    Im not sure this is right place

    Im almost done with migrating everything to sql server 2000 with ms access 2002 front end. i ran into one more situation. i have fileup by software artisans used to upload a file in a form. it uploads the file fine. the form grabs all text entered into any field and updates a access database...
  10. false420

    sql statment

    SELECT DISTINCTROW " & service & ".Carrier, " & service & ".Account, " & service & ".Cost_Center, " & service & ".Long_Date, Sum(" & service & ".Total) AS Total, Sum(" & service & ".Actual_Past_Due) AS Actual_Past_Due, Sum(" & service & ".Credit) AS Credit FROM " & service & ", UID_CostCenter...
  11. false420

    Recordset problem

    Im having trouble creating a recordset with ado from a sql database. My connection worked fine , i think it may have to do with the cursor i am using. or i may be going about this the wrong way. can anyone help please. here is my code. i get this error: Microsoft OLE DB Provider for ODBC...
  12. false420

    File upload check problem

    I got this script where i upload a file using sa. everything works perfect excpet i cant get it to check if a file exists and if it does then give it a unique name. this code (depending on how its mix-matched) produces 3 kinds of output. either the filename stays and its always overwritten, the...
  13. false420

    form upload problem

    I have a form that users put in text, drop down menus, and a file to upload(if they want) the process works fine if the user inputs a file and submits the form, it then updates a database and send the mail with attachment. but when the user doesnt want to upload a file it gets hung up and says...

Part and Inventory Search

Back
Top