Help Appreciated - VB Script needed
Hi Guys, I'm in the process of migrating some data and I need some help with a VB script for Excel. I have the data in two columns at the moment and I need to transpose 31 rows into columns and then...
View ArticleIs it possib le to automate export into same Excel file each time without...
Hello: I have a package created in sql server 2008. It instructs to export data from sql into an Excel file. In doing so, it overwrites a pre-existing Excel file each time. I wanted to know if it's...
View ArticleHelp! Saving data to Access from VB
Hi to all, i'm trying to create one program from where i will save all data (Name, Surname, ID , Birthday etc) into Microsoft Access. All done till know, but something in the code doesn't let me to put...
View ArticleSQL Server 2012 Express Analysis Tools?
Can anyone tell me if SQL Server 2012 Express has any tools that analyze the efficiency of queries. If it does not have such tools, are there any free tools available for download? Thanks,
View ArticleSame Table: Select and for each result get second query for "Recursive Table"?
I have a "recursive" table, like this: NAME: is the name command or group OWNER: is the name of the group CHECKED: boolean So, I can have this Code: NAME        Admin    Admin    True...
View ArticlePivot SQL results in DataGrid
I have many fields in a SQL database. I have a query that extracts the count of 50+ different fields on certain topics. The query then spits the data into a DataGridView. However, the data is in...
View Articledate SQL SERVER
Code: ...   DATA_RIF = RS.Fields(0).Value   'AGGIRONA   CN1.BeginTrans   Set CMD = New ADODB.Command   With CMD     Set .ActiveConnection = CN1     .CommandText = "APPEND_GATE"...
View ArticleNew database design
I have successfully designed a data model with all its entities, relationships and attributes but am stuck on how to design the database for the model. Can anyone help me on what step to take?
View Article[RESOLVED] DB2 table Query
hi All, I have table like below. Column1 is IDs and Coulmn2 has functions. I have to generate the data with the IDs and functions in separate rows. I just gave sample data below. Column1 Column2 123456...
View Article[VS 2015] Have to do "variable" UPDATE's
First off - I do everything with SPROCS - and I'm thinking this is best done in VB instead - looking for opinions and options. I've created a method where I can edit any table in my database. I'm going...
View ArticleCreate multiple stored procedures with a single script
Is it possible to create multiple stored procedures in SQL Server via ADO.NET using a single query statement? ADO.NET doesn't seem to like the "GO" delimiter.
View ArticleDebugging SQL Server 2012 Stored Procedure?
I have a Windows App that utilizes a SQL Server 2012 Database. Is there a way to enter into debug mode at the point my app calls a SP? I need to be able to step through my SP... Thanks,
View ArticleMultiple Unions, Left Joins acrross multiple tables ado access 2003
Hi all, I have an access db with 4 tables of data from different suppliers I have union all in place for each and an additional inner join from each of the 4 tables to further table of users. This...
View Article[RESOLVED] Multiple Unions, Left Joins acrross multiple tables ado access 2003
Hi all, I have an access db with 4 tables of data from different suppliers I have union all in place for each and an additional inner join from each of the 4 tables to further table of users. This...
View ArticleVB: Storing and Retrieving Rich text format in Microsoft Access
Hello to ev'ry one, I have made search through internet how to save richtextbox content to Access Database and retrieve it again, but till now I haven't found any solutions. Here are a part of my code:...
View Articlewhy I can't install SQL Server Compact Database for SQL Server Management...
I'm using Vistual Strudio 2005 and SQL Server 2005 Standard, i need tools of microsoft can open file *.sdf via SQL Server Management Studio 2005. Why I can't install SQL Server Compact Database for SQL...
View ArticleData Type Mismatch Vb.net Access
I am trying to insert data into my Access database using vb for an application I am building. I have been BEATING my had off of an invisible wall trying to get the data to enter into the database....
View ArticleHow to edit a field (vb6 access)
Hello everyone I am a beginner I want to edit a field but I can't figure out how to do that. This my code: Code: RS.Open "select * from gadesTable where PID = '" & Text2.Text & "' And test = '"...
View Article[RESOLVED] How to edit a field (vb6 access)
Hello everyone I am a beginner I want to edit a field but I can't figure out how to do that. This my code: Code: RS.Open "select * from gadesTable where PID = '" & Text2.Text & "' And test = '"...
View ArticleError 438 ( See post 7) when attempting to store table field values in variable
Good day. I am writing vba code that attempts to take all of the values (number) in a single Access 2013 table column ( named final_result)and store it in a variable ( a single). The purpose of the...
View Article