Unicode text in sms
I have written the follwoing sp for sending sms i wanted send sms in other language how to pas the text in other language to a declared variable @smstext for example i have like set @smstext =N'मेरा...
View ArticleHow to exclude additional schema and retrive actual schema of oledb
When iam running this code in visual studio its also retrieving some other fields which are not present in a table.How to overcome this? Dim conn As New OleDb.OleDbConnection 'Create a connection...
View ArticlePulling text from database
Hi all, I'm new to the forum and very new to VB. I have a very basic question I was hoping someone on here could help me figure out. (I've searched the help and tried multiple tutorials with no...
View ArticleT-SQL - SQL Server - Pivot table - missing data
I'm working with a query that deals with imported data. As it is imported, it can go through a number of processes along the way. I'm trying to build a query that will show the progress of each of the...
View ArticleHow do I copy 1 row from table A to same schema table b
Hello, Here's what I've been trying. The problem seems to be in committing the dataset to the database because I can see the data table in the console. Here's the code: Private Sub...
View ArticleWhy does SQL Management Studio 2014 not show any Databases?
I have installed SQL server 2014, which I upgraded from SQL Server 2012. I have a database created in Visual Studio 2013 as a LocalDB, but I can't see it in Management Studio? In fact I can't detect...
View ArticleOffice 365 database hosting
Hi all, I am starting development of an internal application. Traditionally I would place an access database on our file server and internally easy to connect from desktop applications. Remote users...
View ArticleMinor help required for MS Access database
Hello everyone, I am in little trouble which i dont know how do i resolve it. The problem is i have 2 databases which have same tables (Duplicate Database) in first database firstly removed all the...
View ArticleCan't use Data Import/Export Wizard with flat file with large text field?
I am trying to import a text file which has a text field with a large amount of text. When I try to import I get the following error: Quote: - Executing (Error) Messages * Error 0xc02020a1: Data Flow...
View Article[RESOLVED] Sql select command
Hello dear friends, i need to replace the 1 in this command with datagridview1.currentrow.index but i dont know how Code: Dim dtadapter As New SqlDataAdapter("SELECT Zutaten.Zutatname From Zutaten...
View ArticleAccess Export to Excel VBA Code - Error
I've been working with an Access 2000 database using the Office 2010 Suite. I am using VBA 7.0 (Version 1637). There is a search menu in the main form, with the results being filtered into a datasheet...
View ArticleRequirements for running a VB application with database interaction
We are trying to install a Visual Basic application on several computers around our clinic. This program interacts with a database file on a network drive (the connection string is Y:\[file path])....
View ArticleInsert to tabel adapter
Hello dear friends, i really hope someone can help me, because i have been working on this for a long time now. I have a sql database and a table called Person. I added a Dataset to this database in...
View ArticleCan IBM Data Studio do a syntax check?
I am trying to insert a value into a date column in an informix database and I don't know the correct format to use so I am trying to get it right using brute force. This is taking a long time because...
View Articleodbc connection on a network server
Hi Guys Just wondering if it is possible to reference a DSN on a remote server and use is as the DB connection. I am trying to connect to a sage DB which was ok when they both lived on the same server...
View ArticleMulti User Database Application (Service Based Database)
Hi Guys and Gals, I have searched everywhere for the right answer but cant seem to stumble upon it... I have basically created a simple project management system in VS2010 using VB and Windows Forms,...
View Articledelete recrds in database from listview
Hello everyone I am using this code to delete from listview Code: Dim i As Long Set db = New ADODB.Connection Set rs = New ADODB.Recordset db.Open "Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB:Database...
View Articletableadapter default insercommand, selectcommand
Hello dear friends, when i click on the tableadapter ( in dataset designer) there are 4 properties: Selectcommand, Insertcommand, Deletecommand, Updatecommand. I wanted to call this methods from my...
View ArticleCan't get the MAX function to work right?
I have a SQL query in which I need to return a single row that contains multiple columns with a specific column containing a MAX value out of several rows. I have attached a screenshot of the query as...
View ArticleDB2 Email Generation with Excel attachment
Hi All, I have COBOL program which generates 3 output Data Sets. Output1 Output2 Output3 I have requirement to attach all 3 Data sets as excel send it to distribution group. When i am using the IBM...
View Article