Database
A database is a structured collection of records or data.
Language
Any
Platform
Any
License
Any
Well I'm using sql database. What I want to be able to do is at runtime, the user will specify a set of parameters (bound by what I make available to them) via comboboxes, when they click search I...
I have a foxpro application. This application is put in a private computer. 2 PC clients are used to access this app. 1 clients access,there's no problem. But when 2 clients access at the same time,...
Hello,
I am trying to create XSLT output that will style XML to the following criteria. I have been stuck on this for several days please help.
1. Only display a field and table row if a...
Hi Everyone,
When trying to run this vba i'm getting a Debug error. I'm new to VBA so any help is appresheated.
Dear Pros,
I'm planning to implement a system that works internally in our domain. I was thinking of a good way to connect the web application with our database which is Oracle DB.
in my case...
Hi
I have a date retrieved in xslt in this format "01/18/2011". I just want to know how to add 10 days to it.
the below code gives the current date,month and year.
I have the...
where i can find the eng-eng dictionary database. if anyone have then plz send me at ansriazch@gmail.com. i needed it badly
I'm using SQL database with Delphi 7 what I need to dois filter a database, with SQL code? My current setup is TADOConnection, connected to the SQL database, then ADOTable, connected to the...
Hi,
I have Access tables, how can i find duplicates in the tables.
How can i rmove the duplicates from tables.
Thanks
I’m hoping someone can help me with my newest rank issue.
I’m trying to get a rank my standard deviation so it will be a number below 1, the numbers I'm trying to rank are below
Example:
CODE...
Sean, this seems so silly, but I am having such a hard time getting a calculated field in a subform. I created a data base in Access when I was secretary of our Homeowners Association, and now am...
Hi,
I've developed my own database and stand alone applications in B++Builder 6 in Windows XP and the last compile was during 2008. I need to upgrade now on laptops and one option is Windows 7...
Hex numbers are in fact strings to Matlab.
You can access any element of a string using its index.
So, if you have hx = 'A54D'
then you can take its elements and create a matrix.
m =...
I have a program in which I used DataGridView to to bring a file from access into my program. I have done a mouse capture to hopefully allow me to transfer the selected data row into my program for...
I’ve been searching the web and can’t find a straight answer.
If I was to get an average of two fields in access how would I do it? I would think something like this
Avg(),()
or
Avg() and ()...
hello
i build two separate software simples , one for write one file that i called persona.txt and another for read it
=================================
#include
#include
struct...
I'm trying to write an image viewer application for wince device. I need to access jpg files from file system and display in image box. i am using vb.net in vs 2008. i'm unable to access the PC's...
YAD is a new library for creating and managing databases "NoSQL”.
It is written in C++0x and can be used by users of this language.
It is a very compact library which provides basic functionality...
You can add this using statement
using MySql.Data.MySqlClient;
Hello
Im trying to implement a simple Jabber client app using C++.
I understand that connection, handshake and user login happens through XML message streams.
The code i have written is as...