Database Programming Questions and Answers

Recent IT Questions

41 - 60 of 124

How do you convert Executive Asst.1 to EXECUTIVE ASST.1

how do you convert Executive Asst.1 to EXECUTIVE ASST.1

View Answer   |  Feb 2 2009  3:38 AM GMT
Database programming, Case convert, Uppercase
asked by Timandstaci

  5 pts.

Notes rich text field to BLOB/Memo field in SQL Server using ADOdb

I have an agent that uses ADODB to connect and insert a row into a SQL Server database. I want to store the contents of the Body field in the memo (rich text) into a Memo field in the SQL Server database (or Blob field). I'm finding examples of reading this kind of data back into a Notes...

Answer Question   |  Feb 1 2009  7:40 PM GMT
SQL Server development, ADOdb, MySQL
asked by Tjarman

  90 pts.

Access 2007 - How to include option group on report

Hello, I'm new to Access so please consider this when forming your response. This has been driving me crazy and I've looked high and low on the 'net for a solution. I look forward to your response. I have a form with an option group. I've wish to have this display on my report. Take for instance...

asked by Tuxalot

  5 pts.

Problems saving data in tables in Visual Basic 2008

I cant Save any data in tables when i pressed the save button icon in vb 2008

View Answer   |  Jan 30 2009  9:12 AM GMT
Visual Basic 2008, Visual Basic, Database programming
asked by Anandprabhu

  5 pts.

Monthly Average in Access 2007

Dear All, I need to calculate the monthly average on an array of data the gets added to weekly. Therefore, from Jan to March, the total is divided by 3. Come April, the total should be divided by 4, and so forth. Please, no VB code if possible - my VB sucks Thanks Riaan

View Answer   |  Jan 29 2009  11:53 AM GMT
Monthly Average, Access 2007, Microsoft Access
asked by Riaane

  40 pts.

How to replace a record in Microsoft Access 97 with VB 6.0

I create a program with vb 6.0 and i connected with ms access 97. Now i don't know how to replace an existing record. For example i have the field "A" and the record is "20" now i want to replace "20" with "15"

View Answer   |  Jan 17 2009  3:40 AM GMT
Visual Basic 6, Microsoft Access 97, Access 97
asked by Panossg7

  5 pts.

Sum of Donations for current year

I have a query that sums donations and groups them by year. When I print receipts, it gives me two receipts -- one for year-to-date donations for 2009, and another that includes 2008 and 2009 donations. How do I get just the one receipt to print?

View Answer   |  Jan 16 2009  5:42 PM GMT
Microsoft Access 2007, Database programming, Access 2007
asked by RonleeG

  5 pts.

Query won't access open form field for parameter

I want to open a group of receipt forms using the "client ID" from the open form "Client" as the parameter. I created a button which runs the "openform" action macro using "[Client ID]=[Forms]![Client]![ID]" as the Where Condition. This was working until I closed the access program and reopened...

View Answer   |  Jan 15 2009  9:13 PM GMT
WHERE statement, Database programming
asked by Bbenson

  5 pts.

How to convert DBGrid database information to text files with VB 6

how to convert dbgrid database information in to text files (vb 6.0)

View Answer   |  Jan 3 2009  3:12 PM GMT
Database programming, VB 6, Visual Basic 6
asked by Rajeshrajini

  5 pts.

Microsoft Access database too large - Can I divide my Access file?

Im new to access and have been given a task to compile a data base, which i have very nearly completed, Im in the military and using a PC networked into a military system. However i found out whilst compiling the Database the system has many limitations, the Document has got to 1.99 GB now and...

View Answer   |  Dec 13 2008  7:39 PM GMT
Microsoft Access, Database programming
asked by Ukmale

  5 pts.

PL/SQL: How to use EXCEPTION statement before INSERT?

Hi Experts how to use EXCEPTION statement before INSERT stm in PL/SQL Block Please help me with syntax or format is this option possilbe as well?

View Answer   |  Dec 12 2008  4:20 AM GMT
Database programming, PL/SQL, INSERT statement
asked by Inprise

  530 pts.

Microsoft Access 2007: Using an IF statement

I want compare a field in one record to the same field but in the next record. For example I have this IIF statement: IIf(([MAILADDRESS]=[MAILADDRESS]),True,False) This will compare the MAILADDRESS in the same record but I want to compare that same field but in the following record. How do i do...

Answer Question   |  Dec 11 2008  1:00 AM GMT
Microsoft Access, VBA, Visual Basic for Applications
asked by Servent1

  5 pts.

How to fill Combo Box at runtime in VB 6.0 ...I've used RecordSet object but rec.count of rs obj returns (-1).I hv enough data in the DB

[Private Sub Form_Load() FillCombo End Sub Sub FillCombo() Dim rs As New ADODB.Recordset, SQL As String SQL = "Select Spare_Name from Spare" rs.Open SQL, Conn, adOpenDynamic, adLockOptimistic Dim i As Integer For i = 1 To rs.RecordCount cboSpare.AddItem rs("Spare_Name") rs.MoveNext Next...

View Answer   |  Dec 6 2008  7:49 PM GMT
Visual Basic, Database programming, Visual Basic 6
asked by Spartanx

  5 pts.

Amending a Product Price without altering existing orders in Microsoft Access

Platform; Windows XP Microsoft Office - Access 2000 Adapting the example database that was supplied with Access - Northwind Sample Database. I adapted the above sample database back in 2003 to my own database but have now hit a snag and i am unable to rememberor or find the solution. Currently,...

View Answer   |  Nov 28 2008  6:27 PM GMT
Windows XP, Microsoft Access, Database programming
asked by Skipy

  10 pts.

RPG procedure

Hello Martin, Below is the codeline which i used for reading a DB file via RPG: FMYFILE IF E K DISK C READ PFRPG1 C DOW NOT%EOF C...

View Answer   |  Nov 25 2008  5:32 AM GMT
RPG, Database programming, RPG/400
asked by Shaddy

  20 pts.

Display different fields in VB Data Report

In VB Data report based on the option selected from Form, the same data report should display different fields. For eg, when I choose "Tution Fees" it should display tution fees only, When I choose "book fees" it should display book fees only. I am using dataenvironment as dat source

View Answer   |  Nov 25 2008  4:06 AM GMT
Visual Basic, Database programming, VB
asked by Try it

  85 pts.

Hotel database (Rooms availability) using Access 2007

Hi there... I'm working on hotel database (Access 2007) I have a table named Rooms There are 3 fields in it Room ID, Room type, availavility how can I make Access shows the vacant rooms which are not related to any guest?

View Answer   |  Nov 22 2008  1:55 PM GMT
Microsoft Access, Database programming, Access 2007
asked by Black0ice

  5 pts.

Random values selection

how i can select random values from a coloumn from a given table

View Answer   |  Nov 22 2008  5:12 AM GMT
Database programming, tables
asked by Kamboj

  5 pts.

Microsoft Access QueryDef problem with numeric column anme

I have a form that creates a query on the fly. It works great, but has a problem with columns that have numeric names. The table is not mine so I can not change the columns. When I run the query the column name appears in the column. I tried to find anything wrong in the query and could not. IF I...

asked by Davisdo

  5 pts.

How to save check box values to database?

how to save the value from check boxes to the database?

View Answer   |  Nov 16 2008  8:17 AM GMT
Database programming, CheckBox, CheckBox values
asked by Aliya

  15 pts.

41 - 60 of 124