2,951 Posted Topics
Re: You may need to use 3rd party control. also try reading [URL="http://www.vb6.us/tutorials/visual-basic-tutorial-pdf"]this[/URL] and [URL="http://www.daniweb.com/software-development/visual-basic-4-5-6/threads/87187"]this[/URL]. | |
Re: so what is the problem ? | |
Re: [QUOTE=agent_x;1566684]Write a program that will ask ..........[/QUOTE] I have written the programme. :) What next ? | |
Re: [QUOTE=avocado_juice;1532157] how to convert vb.net to excel. [/QUOTE] So you want to fetch the data from DB using stored procedure and export the data into an Excel sheet, right ? But no where in your code it refers to any routine that writes to excel sheet. the following links may … | |
Re: That mean all these days he was hiding in Pakistan. The big question is Pakistan was with whom Osama or Obama ? | |
Re: Try to execute the SQL statement alone at backend, and check if that works for you. | |
Re: convert the file into a binary stream and read as you want to. I don't think you can merge binary files. ![]() | |
Re: 1. create a view based on desired columns of both the tables 2. concatenate all the columns into a single column in the view. 3. search on the view | |
Re: Hi Paul, Welcome to Daniweb. Your name suggests you are so wise :) | |
Re: sorry i don't open face book for coding | |
Re: which line of code throws the error ? | |
Re: Have you started with anything yet ? | |
Re: try this [CODE]SET @LOG = CONCAT('tee ', @log_file);[/CODE] Please read more [URL="http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_concat"]here[/URL]. it seems [B]tee[/B] is a string not a function name . | |
Re: you need to read [URL="http://dev.mysql.com/doc/refman/5.0/en/mysqlimport.html"]this[/URL] and [URL="http://dev.mysql.com/doc/refman/5.1/en/load-data.html"]this[/URL]. | |
Re: with this info it is practically impossible to come with a solution, because i can only guess and i know that is not going to take me anywhere. | |
Re: Hoorrrrraaaaaaaaaaaayyyyy. My manager left the organization today. :-/ | |
Re: Hi Gloria, Welcome to Daniweb. [QUOTE=Gloriahunt;1557883]Daniweb helps me in my every problem and i found this forum pretty interesting[/QUOTE] tell your friends. | |
Re: you need to create 2 types of users 1. admin user -- can access any user details 2. restricted user -- can access self data only. when the restricted operates all the data s/he has access to is own records only(filter by user name or id what ever you are … | |
Re: Using which database ? How you connect to database ? If using ADO, status property of connection object is what you are looking for. | |
Re: what is the database you are using and how you connect to that ? | |
Re: you are not passing date in proper format. | |
Re: Superkey - A superkey is defined in the relational model as a set of attributes of a relation variable (relvar) for which it holds that in all relations assigned to that variable there are no two distinct tuples (rows) that have the same values for the attributes in this set. … | |
Re: 1.load data in a loop 2.increment a counter after each load 3.once the counter reaches 30 stop loading further. | |
Re: [QUOTE=Erek4;1556092]I am sure that this is the wrong forum for this...[/QUOTE] Then why you posted here ? | |
Re: The code is ready for delivery, lets negotiate on the price first. How much you are ready pay for my service ? | |
Re: Please find some sample [URL="http://www.databaseanswers.org/data_models/top_ten_data_models_students.htm"]here[/URL]. | |
Re: [QUOTE=uselessninja;1552058] want to see some codes that fits for my current needs(my boss rather)...[/QUOTE] What is the code that you are working on ? | |
Re: Yes There are many You need to read books for all that. | |
Re: If you are looking for the connection string ,find it [URL="http://www.connectionstrings.com/"]here[/URL]. | |
Re: Creating /altering table at run time is not a good idea. why not create the table before executing any insert. | |
Re: What exactly you are trying to do ? using what code ? | |
Re: Please read [URL="http://www.vbtutor.net/lesson9.html"]this[/URL] and [URL="http://www.programmershelp.co.uk/vbforloops.php"]this[/URL]. | |
Re: You need to add [B]USER_TYPE[/B] column to [B]SYS_USER[/B] table. | |
Re: You need to store the database file in a network path and specify that path in your connection string code. | |
Re: try this [CODE]select * from table where upper(animal) = upper('horSe')[/CODE] even better to use LIKE for pattern matching. | |
Re: [QUOTE=pczafer;1545186]can any body help with this?[/QUOTE] Sure What is the table structure and what is the query that you are working on ? | |
Re: [QUOTE=sngapoonage;1549527]Is it possible to do this? [/QUOTE] Yes that is very much possible . What is the code that you are working on to achieve that ? |
The End.