[RESOLVED] Explain what is happening here... Please
Hi Finally, some (possibly silly) people have let me get my mits on MS Sql Server databases. Where, with only the experience of MS Access and examples (previously) from here and online, I get to wade...
View ArticleSQLite. SQLite Expert Tool. Totally lost
After reading another recent thread about SQLite I thought how hard can it be? Fairly tough as it turns out if you have no experience on the topic. That or at 65 I've lost way too many brain cells. :)...
View ArticleDataset Stored Procedure Timeout
I have a typed dataset connected to an ms sql database. In my database i have a bunch of stored procedures, not all of them are select statements. I have one that take a bit to run. In my dataset...
View ArticleAccess 2003 SQL NOT LIKE Sub query
Hi guys, I have the following query its giving me some supplier costs ave units, sum total, ave costs ect grouped by supplier & Month. I want to exclude some of the records based on certain phrases...
View Articlevb net query builder derived tables
Hi guys, i make a Q with vb net (2013) query builder with some derived tables. All works but i see that the program change my sql code adding { oj where i insert outer joins. when i finalize the query...
View ArticleGet FileTable Share Folder and subfolders from SQL server and database
Hello I need a way to query the server to get what is the share name it is configured for filestream, and then query the database to see the folder it is using and finally the table itself. The purpose...
View Article[RESOLVED] Access 2003 SQL NOT LIKE Sub query
Hi guys, I have the following query its giving me some supplier costs ave units, sum total, ave costs ect grouped by supplier & Month. I want to exclude some of the records based on certain phrases...
View ArticleSQL Server 2005 query that uses the IIF with style date bool ?
Suppose I have TABLE with the following fields: Quantity [number] Price [Number] Returns [bool] If Returns = true, then - ([quantity]*[Price])// negative returns If Returns = false, then...
View ArticleDatabase Learning Project for a Good Cause
Hi, this thread is about learning the basics of DB design and development. I've done one small project (one table). This time I have people who are going to help in the learning process. I'm sure you...
View Articlecsv with "-" in null numeric fields - to access 2003
Hi Guys, been going round in circles with this can cant seem to come up with a slick solution. I have a csv that i have no control over the source. It contains 83 fields, 100000 rows. I have the...
View ArticleSetting up an Oracle database for eventual use with VB6
Hi Folks, I hope it's acceptable to start this thread here. I'll use the justification that this database is to ultimately be updated via a VB6 connection. Note to moderators: I'd have posted this in...
View ArticleMySQL unable to under stand LEFT JOIN query on VIEWS
I have 3 VIEWS, when i execute the LEFT JOIN on 3 VIEWS the rows are getting duplicated, but when i execute LEFT JOIN on any 2 the result is correct. my SQL and results are here. vb.net Code: SELECT...
View ArticleSMS Procedure in SQL Server 2008(Urgent)
I have created following procedure for sending SMS earlier it was working fine suddenly it has stop working what is the problem can any body guide me urgently it has hamper my work CREATE procedure...
View Article[RESOLVED] MySQL unable to under stand LEFT JOIN query on VIEWS
I have 3 VIEWS, when i execute the LEFT JOIN on 3 VIEWS the rows are getting duplicated, but when i execute LEFT JOIN on any 2 the result is correct. my SQL and results are here. vb.net Code: SELECT...
View ArticleNeed a good tutorial / source about databases
Hello, I'm trying to develop an application which will use complex database. I mean I need to learn to creating and manipulating databases using Visual Basic (2012 or later), especially relationships...
View ArticleLinking my computer to VB application
hi, I'm writing a script for a database of issues my department is facing. I want to build the application to have anyone use it. More specifically, I want them to be able to open the app, write the...
View ArticleAccess 2003 update left table join to right table
Hi guys, Is it possible to update a yes no field to yes\true based on matches from a join to the right table. Basically 2 joines but one of them needs a mid function included to shorten the full...
View Article[RESOLVED] Syntax Error
I get the following error at the red text Syntax error in INSERT INTO statement. I have double and triple checked and I just cant spot it. Maybe another pair of eyes will work. Code: Using con As New...
View ArticleMulti-Category First, Next, Previous, Last
After our data designer finished with the database I had been using, it broke the application I had built. Now I am faced with trying to replace a feature on a form that now needs to look at a single...
View ArticleJoin 3 tables with no matching column
Is it possible Suppose i have 3 query out puts, each query is having different number of columns and Rows with out a matching key column say for Eg: Query1 10 rows and 10 columns Query2 100 rows and 03...
View Article