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

    Schedule query execution vie SQL*PLUS

    Hi all! I have a basic question. I have a query that takes two dates as parameters that needs to be scheduled vie SQL*Plus. What is the command that I would need to use? What are the steps that I would need to take? Basically, I need the output to be spooled to an Excel file (or csv, if Excel...
  2. Valeriya

    VB 6.0 interpretaion of Oracle sql "with clause"

    Hello everyone! I have a VB 6.0 / Oracle 9i questions. Basically, I have this query that uses "with clause" as a temp in-line view. The reasons I have to do that is because I can't use PL/SQL (our group is not allowed to create objects in the database) so this temp view is used many times in the...
  3. Valeriya

    Can Grow in Report Still Not Showing All Data

    Hello, I have Access 2000, and I have a report with a text box which has the "Can Grow" & "can Shrink" set to yes. Regardless, it still doesn't show all the data of the text box. Tips? Thanks, Valeria
  4. Valeriya

    can I enable GridView paging if Grid is bound to data source programma

    Hi. I have a problem with my GridView (asp.net 2.0)...Here is what I'm doing. My GridView is bound (HTML tags) to a DataSet. This GridView displays about 8,000 records (paging is enabled). I have added a TextBox which works as a filter on the GridView. User enters search value in this text...
  5. Valeriya

    FormView, can it be double bound?

    Hello guys! I'm using a FormView to Update(Edit) records in my database. Here is my problem. My FormView is bound to the stored procedure that based on the 3 parameters updates a record in the data base. First parameter is a filter to go to the specific record and the other two will take on the...
  6. Valeriya

    Need to get rid off double quotes when Exporting String to .txt file

    Hi everyone! I wanted to see if there is a way to get rid off double quotes when programmatically writing string to a .txt file. In order for me to further use data from the text file it needs to be without double quotes. I tried to use Left() and Right() on the string, however, that yields no...
  7. Valeriya

    Problem understanding properties

    Hi, I have a problem fully understanding properties. Below is the code and my question will follow righ after it using System; using System.Collections.Generic; using System.Text; namespace SelectIntoDataSet { class Program { static void Main(string[] args) {...
  8. Valeriya

    C# Interface

    Hi guys, I'm new to C# sharp and wold like to ask a very general question. Could you please suggest a good article or maybe book that would have a very good (detailed explanation) of Interfaces and Inheritance. I'm having trouble grasping this subject. Thanks, Valeriya
  9. Valeriya

    TRIM field in a Table Design View in MS Access

    Hi guys. I'm having trouble with the Excel linked Table: 1.Have an extract from ERP system saved as an Excel file. 2.Created a Macro in Excel to format everything as a TEXT plus insert a TRIM function to assure that any trailing spaces are removed. 3.So the formatted Excel spreadsheet is...
  10. Valeriya

    Convert scientific format to Date format

    Hello, I've got scheduled exported CSV file from ERP system which needs to be converted to the default MS Excel format. I've been specialising in MS Access only so don't have much experience in Excel.Trying to come up with the formula/macro (some kind hard coded automatic way)which would...
  11. Valeriya

    SendObject random failure

    Hi guys. I'm having trouble with the following code. Sometimes the emails do get sent and at other times they don't. There is no pattern to that problem. Also, is there any way to insure that empty reports do not get sent? I'm using Microsoft Outlook 2003 and my database is an MS Access 2000...
  12. Valeriya

    Open Report error in MS Access 2000

    Hi guys, I have got a major problem that I can't seem to be able to resolve. I have a form that works fine in MS Access 2003 and gives me trouble when I run it in MS Access 2000. I have a botton on the form that on click event should open a report based on a certain filter(that I choose). Here...
  13. Valeriya

    Need to filter and email reports based on the name of the recipient

    I have run into the following problem. I have a Projects Database which has a form from which I need to e-mail reports based on the project leader name (which is one of the columns in the report). So basically I need to filter the report based on the project leader name (that way the report...
  14. Valeriya

    Dynamically change RowSource Type

    I have a bit of a problem. My form has a ListBox that gets populated with a result of a query. Sometimes the query returns a zero-string so the value in a my listbox become just a blank (In all other cases it is a numeric value). That does not look proffesional. What I want is to populate my...
  15. Valeriya

    Get the network userid from the last person to update

    Good morning Guys, I don't know much about network security. All our department MS Access databases located on network drive were corrupted recently. Since IT department running a backup everyday, we've restored everything very easily. Now they are working on setting up a permissions for every...
  16. Valeriya

    assign results of query(recordset) to a combo box

    Hi guys! Got a problem with the following code...once code executed I get an error - "Type Mismatch"...Here is what I'm trying to accomplish..I have a Form in which user types in Customer (Cust) Number...That triggers the combo box(called TID)on that same form to populate with TIDs (tissue ids...
  17. Valeriya

    Having problems Uninstalling MS Access 2003

    Hello guys! I ran into a problem trying to uninstall MS Access 2003. I have it installed as part of MS Office 2003 and just want to uninstall MS Access 2003 (I'm needing to go back to MS Access 2000). When I go to Add/Remove porgrams it does not show as a separate program. How can I uninstall...
  18. Valeriya

    randomly extract value (for specified field) from table

    Hi guys! I've got the following problem. I have a query that pulls data from several tables. After I run the query the date in the "Month/yr_1" field is populated for some records and is NULL for others). The ones that are populated show the same date(eg. all records in the "Month/yr_1" field...
  19. Valeriya

    Alignment in VBA?

    Hi Guys! I’ve wrote a VBA code to send the contents of record set as an email from MS Access. However, my output just ugly. I’m afraid nobody will understand my message. Is anybody know if there is an Alignment function in VBA I can use to format columns in the Outlook email? Here is my code...
  20. Valeriya

    How to use Trim Function

    Hi Guys, Don't know how to use a trim function in the following case. --Need to run daily an append query, which would check the table on a server (dbo_FCST_TISSUE_RECON.SERIAL_ID) against our local table (Counts)and find the items we've missed to count. --Everything works perfectly, except for...

Part and Inventory Search

Back
Top