Filter

Meine letzten Suchanfragen
Filtern nach:
Budget
bis
bis
bis
Typ
Fähigkeiten
Sprachen
    Jobstatus
    569 recordset Gefundene Jobs, Preise in EUR

    ...End of the Function. Also please use SQL in the module opposed to storing them in the Access Graphical interface. System Resources Please do your best to conserve system resources and free up memory when no longer needed. Step 1) I need to identify the records that do not exist in the "OnHand" Table. Step 2) Update the Field [CustomerId] in the "Item List" Table to 'MyCust'. Step 3) Append this RecordSet into the "OnHand Table. I will be calling this function from the OnClick properties of a ComboBox. I already have created the Function RemoveInventory() and will call this before I call this new Function. Contact Information Thanks Ed Stoner The DB & Instructions can be downloaded for IMS ## Deliverables Complete and fully-functional wo...

    €43 (Avg Bid)
    €43 Gebot i.D.
    12 Angebote

    I am performing a search on a single table database from an asp page. The SQL as below from is from the recordset, on returning the results it will leave out any record(s) that have a null value. The SQL is as follows: SELECT Title, FirstName, surname, CompanyName, BusinessType, JobTitle, Department, Address_1, Address_2, Address_3, Address_4, country, Postcode, WorkTel, Workfax, MobileTel, Email, EuropeanCommittee, NationalNetworkRep, EuroDefiContact, NationaNetworkManagement, WebAddress FROM tbl_Members WHERE Surname LIKE 'txtsurname%' AND country LIKE 'txtcountry%' AND CompanyName LIKE 'txtcompany%' AND Address_4 LIKE 'txttown%' ORDER BY Surname I have attached the search and results page, plus database. The database is access 2000 and Ultr...

    €27 (Avg Bid)
    €27 Gebot i.D.
    21 Angebote

    Using Access 2000 need help on the form called "LatestTestDate" I want the user to select TestSpec "combobox" and Vendor "combobox" linked to separate tables, unbound control for both combo boxes, then find the most current recordset in "field : Date_Tested" from qry TestHistory" can display as a message or in Flexgrid. Be aware it is very possible to have mutiple records with the same TestSpec and Vendor., and need to requey. The recordset can be displayed showing mulitple records, however the most current must be first. ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. Complete copyrights to all work purchased.

    €20 (Avg Bid)
    €20 Gebot i.D.
    5 Angebote

    ...with the project so that you can see the datamodel. ## Deliverables Two asp pages; One that submits the first grandparent item to the second. This page will be supplied. After the querystring is determined this will display the first grandparent recordset in a single column, multi-row result (State Information); Below this result, will be displayed a hyperlinked 5 column table that will display all available parent records within the grandparent (Counties); When a user selects the parent (county) that they want it will display the resulting recordset in a single column, multi-row result (County Information); Below this result, will be displayed a hyperlinked 5 column table that will display all available child records within the grandparent/parent relationship (City Inf...

    €74 (Avg Bid)
    €74 Gebot i.D.
    29 Angebote

    I need some help updating multiple fields at once in vbScript/ASP. I am using Visual Interdev and its Recordset design time component. i have many text boxes on the page and i would like to update 1 field in the database for each of the text boxes with the value from the textbox. can somebody please help me with this? i have to do a another similar thing also, but this time i have to add a new record for each of the text boxes on the page. i need serious help ASAP as i am already very overdue with this project. the database i am using is an Interbase Database (*.gdb) ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. Complete copyrights to all work purchased. ## Deadline information ASAP!

    €37 (Avg Bid)
    €37 Gebot i.D.
    22 Angebote
    Small Database Beendet left

    Thru ado coding at runtime, create access database/table, with ole object field. Add contents of a richtextbox to the database, also display contents of the recordset to the richtextbox. ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. Complete copyrights to all work purchased. ## Deadline information ASAP

    €33 (Avg Bid)
    €33 Gebot i.D.
    13 Angebote

    I need help with a shape command that I'll use in dataenvironment for vb6 connected to Access 2000 db. I'm trying to build a recordset from a few seperate tables. The primary table is Demographics with the patientID as the key. I want to select * from Demographics where patientID = 123. Then, I want to select all medications that patient 123 is taking from Medication table (select * from Medications where patientID = 123). Then I want to select all diagnoses that patient 123 has (select * from Diagnoses where patientID = 123). Finally, I want to print a data report using the combined shaped and appended recordset where I can print out patient 123 demographics, and then a column of diagnoses and another column with medications. I have found using joins don't wor...

    €43 (Avg Bid)
    €43 Gebot i.D.
    12 Angebote

    I need help with a shape command that I'll use in dataenvironment for vb6 connected to Access 2000 db. I'm trying to build a recordset from a few seperate tables. The primary table is Demographics with the patientID as the key. I want to select * from Demographics where patientID = 123. Then, I want to select all medications that patient 123 is taking from Medication table (select * from Medications where patientID = 123). Then I want to select all diagnoses that patient 123 has (select * from Diagnoses where patientID = 123). Finally, I want to print a data report using the combined shaped and appended recordset where I can print out patient 123 demographics, and then a column of diagnoses and another column with medications. I have found using joins don't wor...

    €58 (Avg Bid)
    €58 Gebot i.D.
    2 Angebote

    I need a program written in VB that will take an XML file ( I have DTD's and working on getting Schema files also ) and generate an ADO recordset. At your option you can also place the data into a MDB file. ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. Complete copyrights to all work purchased. ## Deadline information I need this ASAP.

    €63 (Avg Bid)
    €63 Gebot i.D.
    6 Angebote
    Code Request (2) Beendet left

    I have two forms in my vb project a search form and a datagrid1 in form1 i select something which search an access database and adds the results to the datagrid. Now in the datagrid ive been clicking on a row to transfer that data to another form in my vb project which shows up in text boxs using this code = Adodc1.Recordset!Product = Adodc1.Recordset!£50000 Now what i am tring to do is when a user does the same proccess as above it transfers the infomation to fields on a webpage i am looking for the code to do this. I hope some one can help me do this. ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. Complete copyrights to all work purchased.

    PHP
    €7 (Avg Bid)
    €7 Gebot i.D.
    3 Angebote

    ...frmEx4 and the project with the name Save both files in a folder Chapter.06Exercise folder. the necessary Windows Common Controls to the project. program uses unbound controls, so you must create the necessary ADO objects to establish a database connection and open a recordset. The table in the database, which is named tblCalls, contains the following fields: fldNumber,fldStart, and fldEnd. Write the code in the Form_Load event procedure to establish the connection and create a recordset. 5. Create an instance of the ImageList control on the form. The file names for the icons are , , , , and Arw01Dn.ico. Set string keys as necessary for the images. 6. Create an instance of the Toolbar control on the form. The Edit menu should

    €48 (Avg Bid)
    €48 Gebot i.D.
    19 Angebote

    I need a solution to an ASP printing problem as follows. I need to be able to modify the spacing between various items in a recordSet, to allow for the complete printing of all items. Right now, as various are of various length, I will need for a coder to write the ASP page to allow them to WRAP when needed. And also to use a to put in a background image that will also respond to the length of the field as well. ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.

    €40 (Avg Bid)
    €40 Gebot i.D.
    13 Angebote

    VB, COM or COM+, SQL, ASP & DHTML Web Developer to complete the Presentation Layer of a Multi'tier/n'tier project. Requires Knowledge of VB, COM or COM+ Programming and Large Database (2 Million Records)Management techniques. ## Deliverables 1. SEARCH INTERFACE 2. SEARCH RESULTS PAGE: Master/Detail (dealing w/recordset of over 70,000 records efficiently). MASTER PAGE MUST HAVE: Sorting Code - that allow the user to view the report in ascending or desending order on the fields they specify. Paging Code - controls how many rows of data we view per page. MoveNext and MovePrevious - controls for navigating between pages Index - controls to jump to specific page (alphabetically).

    €39 (Avg Bid)
    €39 Gebot i.D.
    1 Angebote

    I have an application in VB where two or more forms can be open, si...records there are). I would like the Master form to **automatically** update its summary information when any changes occur in the underlying table. I have tried this using ADO Connection and Recordset events, but with no luck so far. I only want this done if it can be done via some event driven method, or other method that will not take a lot of resources (i.e. a timer that constantly re-queries the information is not acceptable). Thanks! ## Deliverables VB6 Code, that connects to a local Jet database via ADO, with a masterform and two or more other forms. Each form must have **its own ADO recordset**. I would like a full working example of this, including the Access 2000 database. ## Deadline ...

    €14 (Avg Bid)
    €14 Gebot i.D.
    20 Angebote
    ADO Recordset Beendet left

    I need some assistance in ADO programming. I want to return a Recordset from ActiveX DLL or ActiveX EXE into My Application. It is working but I am unable to set DataSource property of Controls to this Recordset. e.g. Making a function in ActiveX like Public function RetRS() as Set RetRS = myrs End function Now, in My App dim rs as new Obj is an Object of ActiveX DLL or ActiveX EXE <<<<On_Click>>>> set rs = NOW this rs Object can be used as rs!fnane or rs(0) but cannot be used as Set = rs The Error is : Failed to get Rowset(s) from Current DataSource I need this urgently for my BCA Project. Thank You ## Deliverables Complete source code of all programming work done

    €41 (Avg Bid)
    €41 Gebot i.D.
    6 Angebote

    The project specification has been changed! 3.2002 a VB COM recordset2grid component with edit features. The component should create a html grid from a recordset. The grid should allow recordset viewing/editing and include a xml/xsl based template system. Suggestions for more detailed design wanted! NEEDS TO BE DONE A.S.A.P. ## Deliverables Complete source code of all programming work done, with documentations and exclusive copyrights. ## Platform Win32

    €375 (Avg Bid)
    €375 Gebot i.D.
    126 Angebote

    VB Application 95/98/2000/NT Compatible Two similar programs that only differ in functionality. Master Program: Read/Write Microsoft Access database fields which are associated with form fields in application, Display associated wav files and graphic files with each recordset. Two-level password security (require supervisor and user passwords for accessing application and main database). Ability to create multiple users with profile and password change features. Ability to log in a text file every time a user starts and ends application. Help menu (searchable). Client Program: Only read function available to main database with similar features to Main Program. However, able to read/write separate database with user-defined filename. This is for reference to master program users to a...

    €82 (Avg Bid)
    €82 Gebot i.D.
    10 Angebote

    ...use of FSCommands, and loading string resources based on XML persisted recordset(ado)/ms Access. Each node will be dynamically created based on a database (MS Access) for the purpose of loading/saving node data, and nodes in close proximity to the one selected. FSCommands should be added to all actions within Flash to allow VB Programmers to access it's functionality as a control. Each node would be separate movie to be able to add future functionality, and load at least 10 string parameters from a database, that can be accessed in VB from an FSCommand, other than the regular functionality that the Brain provides. ## Deliverables -Complete source code of all programming work done -Small App using MS Access or ADO Recordset that allows all functionality to be tested...

    PHP
    €28 - €4606
    €28 - €4606
    0 Angebote

    Project is very straight-forward ASP output of one type of recordset based on an existing MS Access (Sample DB Attached) Query (w/ one reliant VB Function). No forms, "container" or "finishing is needed just the ODBC query and Function. We Est. 2 hrs or less. Need ASP output emulating output as seen in DB report: "Boat Leader Board" for any one type of fish (ftype) parameter (I.E 1 = Chinook) ## Deliverables Complete source code of all programming work done ## Deadline information We need this coded ASAP (by July 11)...

    €51 (Avg Bid)
    €51 Gebot i.D.
    10 Angebote