Database
A database is a structured collection of records or data.
Language
Any
Platform
Any
License
Any
Hi,
: Looks nice. I still miss the feature where a user gets an automatic
: notification that their thread has been moved/removed though. Would
: make things smoother for moderators.
Your...
: : 1. i dont know how to put make the database into a multiuser ?
: :
: : 2. should i make the appliciation in vb 6 or ms-access based?
vb 6 will take 2-4 times more coding and time since...
Does anyone here know how to use VBA with Microsoft.XMLDOM to validate an xml document against an xml schema?
The code here creates an xml document from an Access query, then does a load but it does...
SELECT *
FROM
table name
WHERE
CreatedDate between 'selected date' AND 'selected date' OR date(datefieldname) = 'selected date'
: Do you have the code to lean to me?
Yeah, but i'm at work now, have to look it up at home. Tomorrow!
------------------------------------------
Only stupidity of mankind and the universe
are...
: It was working alright. But suddenly when I format the sql
: statement taking the variables and concatenating them to from the
: Insert Into Statement the error is there "Syntax Error in...
I AM USING VISUALSTUDIO 2005 AND MYSQL EXPRESS 2005 I NEED THE FUZZY SEARCH CODE FOR VB.NET AND MYSQL
I AM USING VISUALSTUDIO 2005 AND MYSQL EXPRESS 2005 I NEED THE FUZZY SEARCH CODE FOR VB.NET AND MYSQL
There are ton's
: of examples on the net.
:
: To search a Folder tree for files with a specific extension you need
: a recursive search-algorithm. The API's "FindFirstFile",
:...
I'm writing a function that waites until the user selects the enter key then proceeds on a windows system . the only isseue is I cannot use getchar() or scanf() they both open a stdio windows which...
It was working alright. But suddenly when I format the sql statement taking the variables and concatenating them to from the Insert Into Statement the error is there "Syntax Error in Insert...
There are ton's of examples on the net.
To search a Folder tree for files with a specific extension you need a recursive search-algorithm. The API's "FindFirstFile", "FindNextFile" and...
Does SQL Server have REPLACE command like in MySQL?
it is useful, because you don't have to have two types of commads behind the scenes, just the replace
normally you have an insert and an update...
Hello everyone,
I am new to VBA but I do have an understanding of the code. Here is what I want to do:
The user clicks the main folder called XML. There are twenty folders in the XML tree (e...
I am an amatuer programmer who has a small but challenging task of developing a clinic database using = ms access & vb 6 in a multiuser enivironment.
1. i dont know how to put make the database...
Hi everyone, I have created a general stored procedure that takes two parameters one as Table name and the other as Field name to be able to use it for several tables with same data structure....
would need to use some other unique identifier, maybe first+last name, or the primary key
Hi all,
I just need some help , i have recently installed the latest version of mysql server and i am using delphi 7. the problem is that when i use tje dbexpress tsql component and set the...
The thing is I'm actually going on vacay in fiji islands for the next few weeks and I don't have internet access where I'm staying. I wanted to work on this while I'm there keep my mind sharp about...
I have been working on a procedure to send pdf email attachments and have come across a problem that is testing my patience.
I am trying to send two types of pdf, one created in oracle reports...