Places and POI Databases
Accurate and up to date location data of retailers, restaurants and businesses. Over 1.5 million locations and growing. Data available in CSV format - for immediate download. View Data Catalog: Data...
View Articlepostgressql with Python simple SQL
Hi All, I am trying to get a very simple piece of script to work via Python (Im not sure if this is the right place but please close the thread if its unsuitable) The script is very simple and works...
View Articlev10 - When ?
Hi all. Just going back over the dates here.... On the 4 of June 2012, version 10 was announced. A release date was given which was the 10th of July 2012. Here we are now 8 and a half Months after the...
View ArticleHelp needed on Grouping the Records and picking latest two of them, groupwise
Hi all, Firstly, i am a Java program Developer for 2 years and honestly speaking i had very few occessions where i had to write complex queries. Now following the first stint with DB2, i have a...
View ArticleDatatype for date ?
hey,I am a newbie learner,this might sound a stupid question but yes,what datatype to choose for data format. I googled it,but disappointed to get no answer,usually the date datatype ranges from...
View ArticleCreating Database But Confused So much
PHP Code: $db_post=$_POST['db-s1']; if (is_null($db_post) && empty($db_post)) { $db_set=1; } if(!empty($db_post) &&...
View Articleextracting info from 2 different tables
Hi, I'm creating a database for a charity and I have 2 tables - 1 for private donors (private donor codes are DI0001, DI0002, DI0003 etc) and 1 for company donors (company donor codes are DC0001,...
View ArticleSecure DB2
Hi Everyone, We have IBM TDI and TDS installed on windows servers, and we have problems with the security of the DB2 database. Everyone who can logon to the windows server, can change the "root"...
View ArticleNavigation Form - Open to specific tab
I've researched this for hours now and can't find a solution. This is the first database I am designing in Access and am having a lot of trouble making the user interface. I am using Access 2010...
View ArticleUser login to allow 'unique' forms
Hello all, Am new here, and new to MS Access, so if this is either in the wrong forum, or I'm asking entirely stupid questions, please let me know. I'm using MS Access 2010 to create a database for...
View ArticleDisplay multiple rows into one row result
I have a result for a query made from four different tables for which I would like to refine the result of this query grouping multiple rows into columns. Attached is a pdf file showing the results...
View ArticleSybase IQ and Sybase ASE on the same server
We have Sybase ASE running on a server... Would it be ok if Sybase IQ can be installed together with Sybase ASE on same server. Will there be any issue if we can run Sybase IQ alongside the Sybase ASE?
View Articlehelp in trigger
please anyone help me in this: I have this table -CREATE TABLE Student_test ( test_num NUMBER NULL, correct_answer VARCHAR2(20) NULL, stud_answer VARCHAR2(20) NULL, grade NUMBER NULL, CONSTRAINT...
View ArticleDisconnect from database
I am using the Informix ODBC driver version 3.01 to connect to a Primac database via a DSN using VB 6. My connection string is: strUniConn = "PROVIDER=MSDASQL;dsn=PRIMAC_TEST;uid=" & strUID &...
View ArticleSubform Parameters Not Working on Main Form
I'm working on a database for a clothing order, I have a main form and a subform. My main form contains the information of the employee who is placing the order and my subform is a continuous form that...
View ArticleInstall fixpack on hadr servers
Hi, 9.7.2 running on two Linux server connected with HADR. I need to install fix pack 6. I can bring down both servers at the same time, don't need to switch roles. Would this sequence of commands...
View Articlebacking up from SQL a SQL Server and restoring to Local Express - files not...
hey guys - very experienced developer here (fromm the fron end side) for sql server. Recentlyy i wanted to test routines using my local sql server engine and thought I could backup the mdf ldf file on...
View ArticleSQL Trigger
I am having a hard time understanding triggers. My goal is to put a trigger on table x where records are UPDATED or DELETED. When this trigger fires I need to take the record ID and put the ID modified...
View ArticleAlter code to use field found in another Form
Using the code below in Access 2010 works great with the current Form I've been using. Code: Private Sub Command1043_Click() On Error GoTo Err_cmdExplore_Click Dim stAppName As String stAppName =...
View ArticleNeed help connecting PHP to MSSQL
I'm desperately trying to figure out how to connect PHP to MSSQL. I have PHP running on one server (SUSE Linux) and MSSQL running on another Windows server. I'm trying to figure out the best way to get...
View Article