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 SkipVought 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: makumbi
  • Order by date
  1. makumbi

    Microsoft VBScript compilation (0x800A03FC)

    Hi members please help iam getting this above error message please help. Error Type: Microsoft VBScript compilation (0x800A03FC) Expected 'Next' /catalogue/DaEngine24.asp, line 91 2. how can i improve this code to make the colums displayed to automatically change depending on the length of...
  2. makumbi

    Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)

    Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80040E14) [Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near ','. /catalogue/DaEngine24.asp, line 78 When i tick one item it comes out well but when i tick more than one item the application gives the error above...
  3. makumbi

    error message Microsoft OLE DB Provider for ODBC Drivers (0x80004005)

    Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver] Could not delete from specified tables. /catalogue/asp_access_delete_checkbox2.asp, line but before i tried to debug the out put was DELETE FROM customer1 WHERE CustomerID = 5 please...
  4. makumbi

    use vb code to run this script

    Hi members how can i use vb code to run this script insert into testtbl(phone,address,city) SELECT phone,address,city FROM OPENROWSET('MSDASQL', 'DRIVER={SQL Server};SERVER=kabojja6;UID=makumbi;PWD=', pubs.dbo.authors) AS a ORDER BY a.au_lname, a.au_fname
  5. makumbi

    how to use this vb code to run this script

    Hi members how can i use vb code to run this script insert into testtbl(phone,address,city) SELECT phone,address,city FROM OPENROWSET('MSDASQL', 'DRIVER={SQL Server};SERVER=kabojja6;UID=makumbi;PWD=', pubs.dbo.authors) AS a ORDER BY a.au_lname, a.au_fname
  6. makumbi

    Run it as ascript automatically

    Hi members is there a way of saving this script in a specific folder and i write a code to run it from there automatically and if yes how does that code look like. GO SET ANSI_WARNINGS OFF GO SET ANSI_NULLS ON GO insert into testtbl(phone,address,city) SELECT phone,address,city FROM...
  7. makumbi

    Declaring as variables

    I have tried using what you had suggested in (2) but i still get the same problem when i try to save the storedprodure on the question of declaring valuables, how can i insert those valuables after declaration because i have found out thouse functions of @@servername and username GO SET...
  8. makumbi

    Declaring as variables

    Hi members is there away i can code this code into various variables that are dynamic in nature example declaring the server, declaring the user name so that in case the computer name is changed, the system automatically reads the current computer and user name 2.i also get a problem when...
  9. makumbi

    Auto numbering format

    hi simian336 iam using access project(ADP) as my front end
  10. makumbi

    Auto numbering format

    Hi members iam using sql server 2000 i have a table named catecodes with the following colums bookcodes and the format of coding is 0001-0001 0001-0002 0001-0003 or 0002-0001 0002-0002 etc is there a code in sqlserver 2000 i can use to automatically generate these numbers in this...
  11. makumbi

    Not returning ticked items after clicking the show ticked button.

    The items are clicked on the interface but when i click on the display menu it doesnt diplay any of the items ticked
  12. makumbi

    Not returning ticked items after clicking the show ticked button.

    1.Hi members help me modify this code so that it displays ticked items only . <%@LANGUAGE="VBSCRIPT"%> <% Dim MM_library_STRING MM_library_STRING = "dsn=LocalServer;uid=sula;pwd=sula;" %> <html> <head> <title>Da Search Results!</title> </head> <body> <form name="form1" method="post"...

Part and Inventory Search

Back
Top