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 TouchToneTommy 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: TimBiesiek
  • Content: Threads
  • Order by date
  1. TimBiesiek

    Security of Oracle database

    Hey all, I have a bit of a dilemma around security for our Oracle database. We have a corporate database that has about 40 odd different schemas setup that are used by various applications. The applications provide the method of allowing users to view and modify the data as need be. We also use...
  2. TimBiesiek

    Page break in table

    Hi all, I am trying to create a print version of a communcations directory, using ASP, HTML and CSS. I have no problems with the ASP side of things, but when I am trying to print the table it is cutting off names at the bottom of the page. I have read through some of the articles on here, and...
  3. TimBiesiek

    ASP Page to update database

    Hi all, I am creating a shopping cart for a shop, using ASP, Javascript and AJAX, but am having a few troubles with it. I have an ASP page that shows all products in a selected category, with a button next to each product to allow the user to add it to their shopping trolley. When they click...
  4. TimBiesiek

    Javascript Syntax Error Onclick

    Hi all, I am a bit of a newbie to Javascript, only starting to use it now with AJAX. I have an ASP page that lists products, and next to each product is a button. I want this button to call a Javascript function that updates a div area that shows an included ASP page (The shopping cart). The...
  5. TimBiesiek

    VBA in Business Objects

    Hi all, I'm trying to use VBA in BO to be able to change the position of the slice and dice panel. I have an issue where one of our users appears to have minimised the panel and now when they try to open it, it doesn't show. I was thinking a quick macro that maximises the panel would probably...
  6. TimBiesiek

    Recordsource not refreshing?

    Hi guys, I have an access DB, which has a form in that shows records in a continuous form. In the open event of the form, I run a query to delete all records from a table, and add some new records with another query. I then requery the form, but it displays nothing on the form, even though the...
  7. TimBiesiek

    ASP - Internal Server Error on CreateObject

    Hi all, Am having a small issue with an application... The system is connecting to the required database etc, and the user is able to enter their username and password on the login ASP page. However, when they click on next, an Internal Server Error page appears. I've narrowed it down to the...
  8. TimBiesiek

    Copy DB User to Supp

    Hi all! I'm new to the DBA position in our company (Am actually backup DBA, but our DBA is away on leave), and am very green as to how to do stuff in Oracle... (Am taking an Oracle course next month). I want to know how to copy a user (GMS) from our Test DB to the Support DB... Any help...
  9. TimBiesiek

    Global.ASA file not being used??

    Hi all! I have an ASP application designed by an external company, which we are trying to get running on our system. I had it running, but then installed MDAC 2.8 for another application, and this one then stopped running. When I try to start the app, it says that the 'Data Source name not...
  10. TimBiesiek

    Return top 10 rows in a table

    Hi all, I'm trying to create a report that has a location group, and shows for each location the top 10 incident types, with the number of each incident, like below: Location 1 Incident amount Incident 4 Vehicle Accident 2 Injury 1...
  11. TimBiesiek

    Return top 10 rows in a table

    Hi all, I'm trying to create a report that has a location group, and shows for each location the top 10 incident types, with the number of each incident, like below: Location 1 Incident amount Incident 4 Vehicle Accident 2 Injury 1...
  12. TimBiesiek

    Issue with ASP page

    Hi all, I am trying to get an ASP page working. It uses an ODBC connection, through a global.asa file, and everything looks fine here. ODBC connection has been set up on the test server. However, when I try to access the page from my local PC I get the following message: Error Type: Microsoft...
  13. TimBiesiek

    Access linked tables to Oracle - Relationships

    Hi all, We have received an Access database from a company to use within our company. It used to have an Access front and back end, but we have moved the back-end into Oracle, to comply with various procedures and compliancy regulations. Now, the relationships no longer show, and the forms...
  14. TimBiesiek

    Crystal Reports vs ASP.NET Datagrid

    Hi all, I have an ASP based web application which allows users to view and interact with data over the web (As most ASP sites do!). On one page I have two datagrids. One that displays the current information, and another that, when a certain item in the first DG is double clicked, displays the...
  15. TimBiesiek

    Datagrid vs Crystal Report

    Hi all, I have an ASP based web application which allows users to view and interact with data over the web (As most ASP sites do!). On one page I have two datagrids. One that displays the current information, and another that, when a certain item in the first DG is double clicked, displays the...
  16. TimBiesiek

    Datagrid Column Style help!

    Hi all, I have a datagrid that I'm trying to set out column styles for... I've got 2 other datagrids in my project, on different forms, that work with no worries! I copied and pasted, then modified the code slightly to fit for the data returned for this grid, but it doesn't seem to change...
  17. TimBiesiek

    Add ComboBox to Datagrid control

    Hi all, Am trying to add a combobox into a column within a datagrid. Have searched the net 10 times over, but nothing I've found has worked when I've tried it. Can someone please give me a tried and tested example that works? Thanks!
  18. TimBiesiek

    How to hide status bar

    We are having an issue trying to hide the IE status bar using JS, for a popup window. It is working on the local machine's IIS, but as soon as it is deployed to the live webserver, it no longer works. Both local machine and server are using the same version of IIS (V6). We have implemented...
  19. TimBiesiek

    Drop down date picker programtically

    Hi All, Am trying to drop down a date picker control when the user clicks on a certain button. Have done this with combo boxes (Simply by 'comboboxname.droppeddown = true'), but there appears to be no simple way to do this for a date picker... Anyone got any ideas??
  20. TimBiesiek

    BCP Syntax error???

    Hi all, Am running a BCP command from within a stored procedure. However, it ends up having the process blocked, and locks up certain tables in the DB until the process is killed. I have tried removing the BCP command and running it from the Query Analyzer, but it says there is a syntax error...

Part and Inventory Search

Back
Top